jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/spi/db/BindingContext.java
changeset 32795 5a5710ee05a0
parent 25871 b80b84e87032
child 33547 e4c76ac38b12
equal deleted inserted replaced
32712:f61a63b7d1e5 32795:5a5710ee05a0
   255      */
   255      */
   256     public static final String CANONICALIZATION_SUPPORT = "com.sun.xml.internal.bind.c14n";
   256     public static final String CANONICALIZATION_SUPPORT = "com.sun.xml.internal.bind.c14n";
   257 
   257 
   258     /**
   258     /**
   259      * The property that you can specify to {@link JAXBContext#newInstance}
   259      * The property that you can specify to {@link JAXBContext#newInstance}
   260      * to allow unmarshaller to honor <tt>xsi:nil</tt> anywhere, even if they are
   260      * to allow unmarshaller to honor {@code xsi:nil} anywhere, even if they are
   261      * not specifically allowed by the schema.
   261      * not specifically allowed by the schema.
   262      *
   262      *
   263      * @since 2.1.3
   263      * @since 2.1.3
   264      */
   264      */
   265     public static final String TREAT_EVERYTHING_NILLABLE = "com.sun.xml.internal.bind.treatEverythingNillable";
   265     public static final String TREAT_EVERYTHING_NILLABLE = "com.sun.xml.internal.bind.treatEverythingNillable";