| Package | Description |
|---|---|
| aQute.bnd.classfile |
This package provides an object model and parser for Java class files.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AnnotationInfo.Constructor<A extends AnnotationInfo> |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeAnnotationInfo |
| Modifier and Type | Field and Description |
|---|---|
AnnotationInfo[] |
AnnotationsAttribute.annotations |
AnnotationInfo[] |
ParameterAnnotationInfo.annotations |
| Modifier and Type | Method and Description |
|---|---|
A |
AnnotationsAttribute.Constructor.init(AnnotationInfo[] annotations) |
| Constructor and Description |
|---|
AnnotationsAttribute(AnnotationInfo[] annotations) |
ParameterAnnotationInfo(int parameter,
AnnotationInfo[] annotations) |
RuntimeInvisibleAnnotationsAttribute(AnnotationInfo[] annotations) |
RuntimeVisibleAnnotationsAttribute(AnnotationInfo[] annotations) |
Copyright © 2021. All rights reserved.