Interface AnnotationValue.OfFloat

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

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

    • constant

      FloatEntry constant()
      Returns the backing float entry.
      Specified by:
      constant in interface AnnotationValue.OfConstant
      Returns:
      the backing float entry
    • floatValue

      float floatValue()
      Returns the constant float value.
      Returns:
      the constant float value
    • resolvedValue

      default Float resolvedValue()
      Returns the resolved float value.
      Specified by:
      resolvedValue in interface AnnotationValue.OfConstant
      Implementation Requirements:
      This method returns the same as floatValue().
      Returns:
      the resolved float value