Uses of Interface
java.lang.classfile.attribute.AnnotationDefaultAttribute
Packages that use AnnotationDefaultAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of AnnotationDefaultAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type AnnotationDefaultAttributeModifier and TypeMethodDescriptionAttributes.annotationDefault()
Returns Attribute mapper for theAnnotationDefault
attribute. -
Uses of AnnotationDefaultAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type AnnotationDefaultAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Methods in java.lang.classfile.attribute that return AnnotationDefaultAttributeModifier and TypeMethodDescriptionstatic AnnotationDefaultAttribute
AnnotationDefaultAttribute.of
(AnnotationValue annotationDefault) Returns anAnnotationDefault
attribute.