Class AnnotationElementValue

java.lang.Object
proguard.util.SimpleProcessable
proguard.classfile.attribute.annotation.ElementValue
proguard.classfile.attribute.annotation.AnnotationElementValue
All Implemented Interfaces:
Serializable, Processable

public class AnnotationElementValue extends ElementValue
This ElementValue represents an annotation element value.
See Also:
  • Field Details

    • annotationValue

      public Annotation annotationValue
  • Constructor Details

    • AnnotationElementValue

      public AnnotationElementValue()
      Creates an uninitialized AnnotationElementValue.
    • AnnotationElementValue

      public AnnotationElementValue(int u2elementNameIndex, Annotation annotationValue)
      Creates an initialized AnnotationElementValue.
  • Method Details