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 |
RuntimeInvisibleParameterAnnotationsAttribute |
class |
RuntimeVisibleParameterAnnotationsAttribute |
Modifier and Type | Method and Description |
---|---|
(package private) static <A extends ParameterAnnotationsAttribute> |
ParameterAnnotationsAttribute.parseParameterAnnotationsAttribute(java.io.DataInput in,
ConstantPool constant_pool,
java.util.function.Function<ParameterAnnotationInfo[],A> constructor) |
Modifier and Type | Method and Description |
---|---|
(package private) <A extends ParameterAnnotationsAttribute> |
Clazz.MethodDef.parameterAnnotationInfos(java.lang.Class<A> attributeType) |
Modifier and Type | Method and Description |
---|---|
private void |
Clazz.processParameterAnnotations(ParameterAnnotationsAttribute attribute,
Annotation.ElementType elementType,
java.lang.annotation.RetentionPolicy policy,
int access_flags) |
private void |
Clazz.visitParameterAnnotations(ClassDataCollector cd,
ParameterAnnotationsAttribute attribute,
Annotation.ElementType elementType,
java.lang.annotation.RetentionPolicy policy,
int access_flags) |