src/share/jaxws_classes/javax/xml/bind/UnmarshallerHandler.java

Print this page
rev 507 : 8047724: @since tag cleanup in jaxws
Reviewed-by:

*** 55,65 **** * This interface is reusable: even if the user fails to unmarshal * an object, s/he can still start a new round of unmarshalling. * * @author <ul><li>Kohsuke KAWAGUCHI, Sun Microsystems, Inc.</li></ul> * @see Unmarshaller#getUnmarshallerHandler() ! * @since JAXB1.0 */ public interface UnmarshallerHandler extends ContentHandler { /** * Obtains the unmarshalled result. --- 55,65 ---- * This interface is reusable: even if the user fails to unmarshal * an object, s/he can still start a new round of unmarshalling. * * @author <ul><li>Kohsuke KAWAGUCHI, Sun Microsystems, Inc.</li></ul> * @see Unmarshaller#getUnmarshallerHandler() ! * @since 1.6, JAXB 1.0 */ public interface UnmarshallerHandler extends ContentHandler { /** * Obtains the unmarshalled result.