Uses of Interface
java.lang.classfile.attribute.AnnotationDefaultAttribute
Packages that use AnnotationDefaultAttributePREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of AnnotationDefaultAttributePREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return types with arguments of type AnnotationDefaultAttributePREVIEWModifier and TypeMethodDescriptionAttributes.annotationDefault()
Returns Attribute mapper for theAnnotationDefault
attribute. -
Uses of AnnotationDefaultAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type AnnotationDefaultAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterface
Methods in java.lang.classfile.attributePREVIEW that return AnnotationDefaultAttributePREVIEWModifier and TypeMethodDescriptionAnnotationDefaultAttribute.of
(AnnotationValuePREVIEW annotationDefault) Returns anAnnotationDefault
attribute.