< prev index next >

src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/XSComponent.java

Print this page

        

@@ -52,11 +52,11 @@
      * @param createIfNotExist
      *      true to create a new {@link XSAnnotation} if it doesn't exist already.
      *      false to make this method behavel like {@link #getAnnotation()}.
      *
      * @return
-     *      null if <tt>createIfNotExist==false</tt> and annotation didn't exist.
+     *      null if {@code createIfNotExist==false} and annotation didn't exist.
      *      Otherwise non-null.
      */
     XSAnnotation getAnnotation(boolean createIfNotExist);
 
     /**
< prev index next >