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.classfilePREVIEW 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_DEFAULTAttribute mapper for theAnnotationDefaultattribute -
Uses of AnnotationDefaultAttributePREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return AnnotationDefaultAttributePREVIEWModifier and TypeMethodDescriptionAnnotationDefaultAttribute.of(AnnotationValuePREVIEW annotationDefault) Returns anAnnotationDefaultattribute.