Attribute<AnnotationDefaultAttribute>, ClassFileElement, MethodElementpublic sealed interface AnnotationDefaultAttribute extends Attribute<AnnotationDefaultAttribute>, MethodElement
AnnotationDefault attribute (JVMS 4.7.22), which records the default value (JLS 9.6.2) for the annotation interface element defined by this method. This attribute only appears on methods, and does not permit multiple instances in a method. It has a data dependency on the constant pool.
This attribute was introduced in the Java SE Platform version 5.0, major version 49.
AnnotationDefault Attribute| Modifier and Type | Method | Description |
|---|---|---|
AnnotationValue |
defaultValue() |
Returns the default value of the annotation interface element defined by the enclosing method. |
static AnnotationDefaultAttribute |
of |
Returns an AnnotationDefault attribute. |
attributeMapper, attributeName
AnnotationValue defaultValue()
static AnnotationDefaultAttribute of(AnnotationValue annotationDefault)
AnnotationDefault attribute.annotationDefault - the default value of the annotation interface elementAnnotationDefault 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/AnnotationDefaultAttribute.html