| Package | Description |
|---|---|
| aQute.bnd.classfile |
This package provides an object model and parser for Java class files.
|
| aQute.bnd.osgi |
| Modifier and Type | Field and Description |
|---|---|
ElementValueInfo[] |
AnnotationInfo.values |
| Modifier and Type | Method and Description |
|---|---|
(package private) static ElementValueInfo |
ElementValueInfo.parseElementValueInfo(java.io.DataInput in,
ConstantPool constant_pool) |
| Constructor and Description |
|---|
AnnotationInfo(java.lang.String type,
ElementValueInfo[] values) |
TypeAnnotationInfo(int target_type,
byte[] target_info,
int target_index,
byte[] type_path,
java.lang.String type,
ElementValueInfo[] values) |
| Modifier and Type | Method and Description |
|---|---|
private java.util.Map<java.lang.String,java.lang.Object> |
Clazz.annotationValues(ElementValueInfo[] values,
Annotation.ElementType elementType,
java.lang.annotation.RetentionPolicy policy,
int access_flags) |