Uses of Interface
java.lang.classfile.attribute.DeprecatedAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of DeprecatedAttributePREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionAttributes.deprecated()
Returns Attribute mapper for theDeprecated
attribute. -
Uses of DeprecatedAttributePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeInterfaceDescriptioninterface
Preview.Models theDeprecated
attribute (JVMS 4.7.15), which can appear on classes, methods, and fields.Modifier and TypeMethodDescriptionstatic DeprecatedAttributePREVIEW
DeprecatedAttribute.of()
Returns aDeprecated
attribute.