AnnotationValue, AnnotationValue.OfConstantAnnotationValueAnnotationValue.OfAnnotation, AnnotationValue.OfArray, AnnotationValue.OfBoolean, AnnotationValue.OfByte, AnnotationValue.OfChar, AnnotationValue.OfClass, AnnotationValue.OfConstant, AnnotationValue.OfDouble, AnnotationValue.OfEnum, AnnotationValue.OfFloat, AnnotationValue.OfInt, AnnotationValue.OfLong, AnnotationValue.OfShort, AnnotationValue.OfString
TAG_ANNOTATION, TAG_ARRAY, TAG_BOOLEAN, TAG_BYTE, TAG_CHAR, TAG_CLASS, TAG_DOUBLE, TAG_ENUM, TAG_FLOAT, TAG_INT, TAG_LONG, TAG_SHORT, TAG_STRING
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
booleanValue() |
Returns the constant boolean value. |
IntegerEntry |
constant() |
Returns the backing integer entry. |
default Boolean |
resolvedValue() |
Returns the resolved boolean value. |
tag
IntegerEntry constant()
constant in interface AnnotationValue.OfConstant
boolean booleanValue()
default Boolean resolvedValue()
resolvedValue in interface AnnotationValue.OfConstant
booleanValue().
© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/classfile/AnnotationValue.OfBoolean.html