Interface AnnotationValue.OfBoolean

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

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

    • booleanValue

      boolean booleanValue()
      Returns the constant.
      Returns:
      the constant