Uses of Class
aQute.bnd.classfile.AnnotationDefaultAttribute
Packages that use AnnotationDefaultAttribute
Package
Description
This package provides an object model and parser for Java class files.
-
Uses of AnnotationDefaultAttribute in aQute.bnd.classfile
Methods in aQute.bnd.classfile that return AnnotationDefaultAttributeModifier and TypeMethodDescriptionstatic AnnotationDefaultAttribute
AnnotationDefaultAttribute.read
(DataInput in, ConstantPool constant_pool) -
Uses of AnnotationDefaultAttribute in aQute.bnd.osgi
Methods in aQute.bnd.osgi with parameters of type AnnotationDefaultAttributeModifier and TypeMethodDescription(package private) Object
Clazz.annotationDefault
(AnnotationDefaultAttribute attribute, int access_flags) private void
Clazz.processAnnotationDefault
(AnnotationDefaultAttribute attribute, Annotation.ElementType elementType, int access_flags) private void
Clazz.visitAnnotationDefault
(ClassDataCollector cd, AnnotationDefaultAttribute attribute, Clazz.ElementDef elementDef)