< prev index next >

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

Print this page

        

*** 50,60 **** * Sets the value to be returned by {@link #getAnnotation()}. * * @param o * can be null. * @return ! * old value that was replaced by the <tt>o</tt>. */ Object setAnnotation(Object o); /** * Returns a location information of the annotation. --- 50,60 ---- * Sets the value to be returned by {@link #getAnnotation()}. * * @param o * can be null. * @return ! * old value that was replaced by the {@code o}. */ Object setAnnotation(Object o); /** * Returns a location information of the annotation.
< prev index next >