Attribute<DeprecatedAttribute>, ClassElement, ClassFileElement, FieldElement, MethodElementpublic sealed interface DeprecatedAttribute extends Attribute<DeprecatedAttribute>, ClassElement, MethodElement, FieldElement
Deprecated attribute (JVMS 4.7.15), which indicates this structure has been superseded. This attribute can appear on classes, methods, and fields, and permits multiple instances in a structure. It has no data dependency.
This attribute was introduced in the Java SE Platform version 1.1, major version 45.
Deprecated annotation should also be present in the RuntimeVisibleAnnotations attribute to provide more obvious alerts. The reference implementation of the system Java compiler emits this attribute without the annotation when a @deprecated tag is present in the documentation comments without the annotation.Deprecated Attribute| Modifier and Type | Method | Description |
|---|---|---|
static DeprecatedAttribute |
of() |
Returns a Deprecated attribute. |
attributeMapper, attributeName
static DeprecatedAttribute of()
Deprecated attribute.Deprecated 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/DeprecatedAttribute.html