Interface AnnotationValue.OfDouble

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

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

    • doubleValue

      double doubleValue()
      Returns the constant.
      Returns:
      the constant