8174728: Mark Java EE modules deprecated and for removal

Reviewed-by: alanb
This commit is contained in:
Lance Andersen 2017-03-16 16:56:29 -04:00
parent 7ed4cc4eb1
commit dab4a18468

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -31,6 +31,7 @@
* *
* @since 9 * @since 9
*/ */
@Deprecated(since="9", forRemoval=true)
module java.transaction { module java.transaction {
requires transitive java.rmi; requires transitive java.rmi;
exports javax.transaction; exports javax.transaction;