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 Details

    • value

      private final JExpression value
      The value of the Annotation member
  • Constructor Details

    • JAnnotationStringValue

      JAnnotationStringValue(JExpression value)
  • Method Details