< prev index next >

jdk/src/java.transaction/share/classes/module-info.java

Print this page

        

@@ -27,10 +27,11 @@
  * Defines a subset of the Java Transaction API (JTA) to support CORBA interop.
  * <P>
  * The subset consists of RMI exception types which are mapped to CORBA system
  * exceptions by the 'Java Language to IDL Mapping Specification'.
  *
+ * @moduleGraph
  * @since 9
  */
 @Deprecated(since="9", forRemoval=true)
 module java.transaction {
     requires transitive java.rmi;
< prev index next >