Class ClassType

java.lang.Object
com.sun.codemodel.ClassType

public final class ClassType extends Object
This helps enable whether the JDefinedClass is a Class or Interface or AnnotationTypeDeclaration or Enum
Author:
Bhakti Mehta ([email protected])
  • Field Details

    • CLASS

      public static final ClassType CLASS
    • INTERFACE

      public static final ClassType INTERFACE
    • ANNOTATION_TYPE_DECL

      public static final ClassType ANNOTATION_TYPE_DECL
    • ENUM

      public static final ClassType ENUM