Attribute<ConstantValueAttribute>, ClassFileElement, FieldElementpublic sealed interface ConstantValueAttribute extends Attribute<ConstantValueAttribute>, FieldElement
ConstantValue attribute (JVMS 4.7.2), which indicates this field's value is a constant and that constant value. This attribute only appears on fields, and does not permit multiple instances in a field. It has a data dependency on the constant pool.
This attribute was introduced in the Java Platform version 1.0.2, major version 45.
ConstantValue Attribute| Modifier and Type | Method | Description |
|---|---|---|
ConstantValueEntry |
constant() |
Returns the constant value of the field. |
static ConstantValueAttribute |
of |
Returns a ConstantValue attribute. |
static ConstantValueAttribute |
of |
Returns a ConstantValue attribute. |
attributeMapper, attributeName
ConstantValueEntry constant()
static ConstantValueAttribute of(ConstantValueEntry value)
ConstantValue attribute.value - the constant valueConstantValue attributestatic ConstantValueAttribute of(ConstantDesc value)
ConstantValue attribute.value - the constant valueConstantValue attribute
© 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/attribute/ConstantValueAttribute.html