Class CArrayInfo

java.lang.Object
com.sun.tools.xjc.model.CArrayInfo
All Implemented Interfaces:
CCustomizable, CNonElement, CTypeInfo, NType, TypeUse, Locatable, ArrayInfo<NType,NClass>, NonElement<NType,NClass>, TypeInfo<NType,NClass>

public final class CArrayInfo extends Object implements ArrayInfo<NType,NClass>, CNonElement, NType
Because XJC doesn't generate the array binding, this class will never show up in the model constructed by XJC.

This class is nevertheless defined to make the type checker happy.

Author:
Kohsuke Kawaguchi