Uses of Class
aQute.bnd.classfile.AnnotationDefaultAttribute
-
Packages that use AnnotationDefaultAttribute Package Description aQute.bnd.classfile This package provides an object model and parser for Java class files.aQute.bnd.osgi -
-
Uses of AnnotationDefaultAttribute in aQute.bnd.classfile
Methods in aQute.bnd.classfile that return AnnotationDefaultAttribute Modifier and Type Method Description static AnnotationDefaultAttribute
AnnotationDefaultAttribute. read(java.io.DataInput in, ConstantPool constant_pool)
-
Uses of AnnotationDefaultAttribute in aQute.bnd.osgi
Methods in aQute.bnd.osgi with parameters of type AnnotationDefaultAttribute Modifier and Type Method Description (package private) java.lang.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)
-