Package com.sun.codemodel
Class JAnnotationStringValue
- java.lang.Object
-
- com.sun.codemodel.JAnnotationValue
-
- com.sun.codemodel.JAnnotationStringValue
-
- All Implemented Interfaces:
JGenerable
final class JAnnotationStringValue extends JAnnotationValue
Captures the value of the annotation.
-
-
Field Summary
Fields Modifier and Type Field Description private JExpression
value
The value of the Annotation member
-
Constructor Summary
Constructors Constructor Description JAnnotationStringValue(JExpression value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generate(JFormatter f)
-
-
-
Field Detail
-
value
private final JExpression value
The value of the Annotation member
-
-
Constructor Detail
-
JAnnotationStringValue
JAnnotationStringValue(JExpression value)
-
-
Method Detail
-
generate
public void generate(JFormatter f)
-
-