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

Print this page

        

@@ -21,10 +21,17 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
+/**
+ * Defines a subset of the Java Transaction API to support CORBA interop.
+ * <P>
+ * The subset consists of exception types to which certain CORBA system
+ * exceptions are mapped at run time. The mapping is specified in the
+ * Java Language to IDL Mapping (OMG ptc/2003-01-17).
+ */
 module java.transaction {
     requires public java.rmi;
     exports javax.transaction;
 }