< prev index next >

src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/Type.java

Print this page

        

@@ -49,11 +49,11 @@
 /**
  * Type is an abstract base class for a family of types which provide
  * conformance checking and name mapping as defined in the "Java to IDL
  * Mapping" OMG specification.  The family is composed of the following
  * fixed set of types:
- * <pre>
+ * <pre>{@literal
  *
  *                                              +- RemoteType <-- AbstractType
  *                                              |
  *                           +- InterfaceType <-+- SpecialInterfaceType
  *         +- PrimitiveType  |                  |

@@ -65,11 +65,11 @@
  *                                              |
  *                                              +- SpecialClassType
  *                                              |
  *                                              +- NCClassType
  *
- * </pre>
+ * }</pre>
  * PrimitiveType represents a primitive or a void type.
  * <p>
  * CompoundType is an abstract base representing any non-special class
  * or interface type.
  * <p>
< prev index next >