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
Fields in java.lang.classfilePREVIEW with type parameters of type AnnotationDefaultAttributePREVIEWModifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW
<AnnotationDefaultAttributePREVIEW> Attributes.ANNOTATION_DEFAULT
Attribute mapper for theAnnotationDefault
attribute -
Uses of AnnotationDefaultAttributePREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return AnnotationDefaultAttributePREVIEWModifier and TypeMethodDescriptionAnnotationDefaultAttribute.of
(AnnotationValuePREVIEW annotationDefault) Returns anAnnotationDefault
attribute.