Interface AnnotationValue.OfCharacter

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

public static sealed interface AnnotationValue.OfCharacter extends AnnotationValue.OfConstant permits AnnotationImpl.OfCharacterImpl
Models a constant-valued element
Since:
22
  • Method Details

    • charValue

      char charValue()
      Returns the constant.
      Returns:
      the constant