Package com.sun.codemodel
Class ClassType
java.lang.Object
com.sun.codemodel.ClassType
This helps enable whether the JDefinedClass is a Class or Interface or
AnnotationTypeDeclaration or Enum
-
Field Details
-
declarationToken
The keyword used to declare this type. -
CLASS
-
INTERFACE
-
ANNOTATION_TYPE_DECL
-
ENUM
-
-
Constructor Details
-
ClassType
-