Interface AnnotationValue.OfLong

All Superinterfaces:
AnnotationValue, AnnotationValue.OfConstant
Enclosing interface:
AnnotationValue

public static sealed interface AnnotationValue.OfLong extends AnnotationValue.OfConstant
Models a long value of an element-value pair. The tag of this value is 74.
Since:
24
  • Method Details

    • constant

      LongEntry constant()
      Returns the backing long entry.
      Specified by:
      constant in interface AnnotationValue.OfConstant
      Returns:
      the backing long entry
    • longValue

      long longValue()
      Returns the constant long value.
      Returns:
      the constant long value
    • resolvedValue

      default Long resolvedValue()
      Returns the resolved long value.
      Specified by:
      resolvedValue in interface AnnotationValue.OfConstant
      Implementation Requirements:
      This method returns the same as longValue().
      Returns:
      the resolved long value