Uses of Interface
java.lang.classfile.attribute.AnnotationDefaultAttribute
Packages that use AnnotationDefaultAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing 
class file attributes for the java.lang.classfile library.- 
Uses of AnnotationDefaultAttribute in java.lang.classfileMethods in java.lang.classfile that return types with arguments of type AnnotationDefaultAttributeModifier and TypeMethodDescriptionAttributes.annotationDefault()Returns the mapper for theAnnotationDefaultattribute.
- 
Uses of AnnotationDefaultAttribute in java.lang.classfile.attributeSubinterfaces with type arguments of type AnnotationDefaultAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theAnnotationDefaultattribute (JVMS 4.7.22), which records the default value (JLS 9.6.2) for the annotation interface element defined by this method.Methods in java.lang.classfile.attribute that return AnnotationDefaultAttributeModifier and TypeMethodDescriptionstatic AnnotationDefaultAttributeAnnotationDefaultAttribute.of(AnnotationValue annotationDefault) Returns anAnnotationDefaultattribute.