jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/XSComponent.java
changeset 32795 5a5710ee05a0
parent 25871 b80b84e87032
equal deleted inserted replaced
32712:f61a63b7d1e5 32795:5a5710ee05a0
    52      * @param createIfNotExist
    52      * @param createIfNotExist
    53      *      true to create a new {@link XSAnnotation} if it doesn't exist already.
    53      *      true to create a new {@link XSAnnotation} if it doesn't exist already.
    54      *      false to make this method behavel like {@link #getAnnotation()}.
    54      *      false to make this method behavel like {@link #getAnnotation()}.
    55      *
    55      *
    56      * @return
    56      * @return
    57      *      null if <tt>createIfNotExist==false</tt> and annotation didn't exist.
    57      *      null if {@code createIfNotExist==false} and annotation didn't exist.
    58      *      Otherwise non-null.
    58      *      Otherwise non-null.
    59      */
    59      */
    60     XSAnnotation getAnnotation(boolean createIfNotExist);
    60     XSAnnotation getAnnotation(boolean createIfNotExist);
    61 
    61 
    62     /**
    62     /**