Interface AnnotationValue.OfEnum

All Superinterfaces:
AnnotationValue
Enclosing interface:
AnnotationValue

public static sealed interface AnnotationValue.OfEnum extends AnnotationValue
Models an enum value of an element-value pair. The tag of this value is 101.
Since:
24
  • Method Details

    • className

      Utf8Entry className()
      Returns the enum class descriptor string.
      Returns:
      the enum class descriptor string
    • classSymbol

      default ClassDesc classSymbol()
      Returns the enum class descriptor.
      Returns:
      the enum class descriptor
    • constantName

      Utf8Entry constantName()
      Returns the enum constant name.
      Returns:
      the enum constant name