jaxws/src/java.xml.bind/share/classes/javax/xml/bind/JAXBIntrospector.java
changeset 29839 6d5d546e953b
parent 28887 88470f768658
child 32795 5a5710ee05a0
equal deleted inserted replaced
29838:fe5fd9871a13 29839:6d5d546e953b
    72     /**
    72     /**
    73      * <p>Get the element value of a JAXB element.</p>
    73      * <p>Get the element value of a JAXB element.</p>
    74      *
    74      *
    75      * <p>Convenience method to abstract whether working with either
    75      * <p>Convenience method to abstract whether working with either
    76      *    a javax.xml.bind.JAXBElement instance or an instance of
    76      *    a javax.xml.bind.JAXBElement instance or an instance of
    77      *    <tt>&#64;XmlRootElement</tt> annotated Java class.</p>
    77      *    <tt>@XmlRootElement</tt> annotated Java class.</p>
    78      *
    78      *
    79      * @param jaxbElement  object that #isElement(Object) returns true.
    79      * @param jaxbElement  object that #isElement(Object) returns true.
    80      *
    80      *
    81      * @return The element value of the <code>jaxbElement</code>.
    81      * @return The element value of the <code>jaxbElement</code>.
    82      */
    82      */