Uses of Interface
io.smallrye.classfile.attribute.DeprecatedAttribute
Packages that use DeprecatedAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of DeprecatedAttribute in io.smallrye.classfile
Methods in io.smallrye.classfile that return types with arguments of type DeprecatedAttributeModifier and TypeMethodDescriptionstatic AttributeMapper<DeprecatedAttribute> Attributes.deprecated()Returns the mapper for theDeprecatedattribute. -
Uses of DeprecatedAttribute in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return DeprecatedAttributeModifier and TypeMethodDescriptionstatic DeprecatedAttributeDeprecatedAttribute.of()Returns aDeprecatedattribute.