Interface AnnotationValue.OfInteger

All Superinterfaces:
AnnotationValue, AnnotationValue.OfConstant, ClassfileElement, WritableElement<AnnotationValue>
All Known Implementing Classes:
AnnotationImpl.OfIntegerImpl
Enclosing interface:
AnnotationValue

public static sealed interface AnnotationValue.OfInteger extends AnnotationValue.OfConstant permits AnnotationImpl.OfIntegerImpl
Models a constant-valued element
  • Method Details

    • intValue

      int intValue()
      Returns the constant.
      Returns:
      the constant