jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/PrimitiveArrayListerLong.java
changeset 19645 36f707905f2b
parent 12009 4abb694f273a
child 22679 d785acd84a14
equal deleted inserted replaced
19257:30a1d677a20c 19645:36f707905f2b
    28 import com.sun.xml.internal.bind.api.AccessorException;
    28 import com.sun.xml.internal.bind.api.AccessorException;
    29 import com.sun.xml.internal.bind.v2.runtime.XMLSerializer;
    29 import com.sun.xml.internal.bind.v2.runtime.XMLSerializer;
    30 
    30 
    31 /**
    31 /**
    32  * {@link Lister} for primitive type arrays.
    32  * {@link Lister} for primitive type arrays.
    33  *
    33  * <p><b>
       
    34  *     Auto-generated, do not edit.
       
    35  * </b></p>
    34  * <p>
    36  * <p>
    35  * B y t e ArrayLister is used as the master to generate the rest of the
    37  *     B y t e ArrayLister is used as the master to generate the rest of the
    36  * lister classes. Do not modify the generated copies.
    38  *     lister classes. Do not modify the generated copies.
       
    39  * </p>
    37  */
    40  */
    38 final class PrimitiveArrayListerLong<BeanT> extends Lister<BeanT,long[],Long,PrimitiveArrayListerLong.LongArrayPack> {
    41 final class PrimitiveArrayListerLong<BeanT> extends Lister<BeanT,long[],Long,PrimitiveArrayListerLong.LongArrayPack> {
    39 
    42 
    40     private PrimitiveArrayListerLong() {
    43     private PrimitiveArrayListerLong() {
    41     }
    44     }