Class ConstantAnnotationElement

java.lang.Object
com.strobel.assembler.metadata.annotations.AnnotationElement
com.strobel.assembler.metadata.annotations.ConstantAnnotationElement

public final class ConstantAnnotationElement extends AnnotationElement
  • Field Details

    • _constantValue

      private final Object _constantValue
  • Constructor Details

    • ConstantAnnotationElement

      public ConstantAnnotationElement(Object constantValue)
  • Method Details

    • getConstantValue

      public Object getConstantValue()