src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerBoolean.java

Print this page

        

*** 28,41 **** import com.sun.xml.internal.bind.api.AccessorException; import com.sun.xml.internal.bind.v2.runtime.XMLSerializer; /** * {@link Lister} for primitive type arrays. ! * * <p> * B y t e ArrayLister is used as the master to generate the rest of the * lister classes. Do not modify the generated copies. */ final class PrimitiveArrayListerBoolean<BeanT> extends Lister<BeanT,boolean[],Boolean,PrimitiveArrayListerBoolean.BooleanArrayPack> { private PrimitiveArrayListerBoolean() { } --- 28,44 ---- import com.sun.xml.internal.bind.api.AccessorException; import com.sun.xml.internal.bind.v2.runtime.XMLSerializer; /** * {@link Lister} for primitive type arrays. ! * <p><b> ! * Auto-generated, do not edit. ! * </b></p> * <p> * B y t e ArrayLister is used as the master to generate the rest of the * lister classes. Do not modify the generated copies. + * </p> */ final class PrimitiveArrayListerBoolean<BeanT> extends Lister<BeanT,boolean[],Boolean,PrimitiveArrayListerBoolean.BooleanArrayPack> { private PrimitiveArrayListerBoolean() { }