< prev index next >

src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/api/JavaCompiler.java

Print this page

        

@@ -57,14 +57,14 @@
      *      "root references" from JAX-RPC to JAXB is always in the form of (type,annotations) pair.
      *
      * @param additionalElementDecls
      *      Add element declarations for the specified element names to
      *      the XML types mapped from the corresponding {@link Reference}s.
-     *      Those {@link Reference}s must be included in the <tt>rootTypes</tt> parameter.
+     *      Those {@link Reference}s must be included in the {@code rootTypes} parameter.
      *      In this map, a {@link Reference} can be null, in which case the element name is
      *      declared to have an empty complex type.
-     *      (&lt;xs:element name='foo'>&lt;xs:complexType/>&lt;/xs:element>)
+     *      ({@code <xs:element name='foo'><xs:complexType/></xs:element>})
      *      This parameter can be null, in which case the method behaves as if the empty map is given.
      *
      * @param defaultNamespaceRemap
      *      If not-null, all the uses of the empty default namespace ("") will
      *      be replaced by this namespace URI.
< prev index next >