Package | Description |
---|---|
aQute.bnd.classfile |
This package provides an object model and parser for Java class files.
|
aQute.bnd.osgi |
Modifier and Type | Class and Description |
---|---|
class |
RuntimeInvisibleAnnotationsAttribute |
class |
RuntimeVisibleAnnotationsAttribute |
Modifier and Type | Method and Description |
---|---|
(package private) static <A extends AnnotationsAttribute> |
AnnotationsAttribute.parseAnnotationsAttribute(java.io.DataInput in,
ConstantPool constant_pool,
java.util.function.Function<AnnotationInfo[],A> constructor) |
Modifier and Type | Method and Description |
---|---|
(package private) <A extends AnnotationsAttribute> |
Clazz.ElementDef.annotationInfos(java.lang.Class<A> attributeType) |
Modifier and Type | Method and Description |
---|---|
private void |
Clazz.processAnnotations(AnnotationsAttribute attribute,
Annotation.ElementType elementType,
java.lang.annotation.RetentionPolicy policy,
int access_flags) |
private void |
Clazz.visitAnnotations(ClassDataCollector cd,
AnnotationsAttribute attribute,
Annotation.ElementType elementType,
java.lang.annotation.RetentionPolicy policy,
int access_flags) |