Uses of Interface
java.lang.classfile.attribute.DeprecatedAttribute
Packages that use DeprecatedAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of DeprecatedAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type DeprecatedAttributeModifier and TypeMethodDescriptionstatic AttributeMapper
<DeprecatedAttribute> Attributes.deprecated()
Returns the mapper for theDeprecated
attribute. -
Uses of DeprecatedAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type DeprecatedAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theDeprecated
attribute (JVMS 4.7.15), which indicates this structure has been superseded.Methods in java.lang.classfile.attribute that return DeprecatedAttributeModifier and TypeMethodDescriptionstatic DeprecatedAttribute
DeprecatedAttribute.of()
Returns aDeprecated
attribute.