Class JAnnotationStringValue

java.lang.Object
org.jboss.jdeparser.JAnnotationValue
org.jboss.jdeparser.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