- java.lang.Object
-
- com.sun.codemodel.JAnnotationValue
-
- com.sun.codemodel.JAnnotationClassValue
-
- All Implemented Interfaces:
JGenerable
public final class JAnnotationClassValue extends JAnnotationValue
Captures the Class or Enum value of the annotation.
-
-
Method Detail
-
generate
public void generate(JFormatter f)
-
type
public JClass type()
-
value
public String value()
-
-