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 AnnotationDefaultAttributeAnnotationDefaultAttribute.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) ObjectClazz.annotationDefault(AnnotationDefaultAttribute attribute, int access_flags) private voidClazz.processAnnotationDefault(AnnotationDefaultAttribute attribute, Annotation.ElementType elementType, int access_flags) private voidClazz.visitAnnotationDefault(ClassDataCollector cd, AnnotationDefaultAttribute attribute, Clazz.ElementDef elementDef)