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 |
---|---|
ParameterAnnotationInfo[] |
ParameterAnnotationsAttribute.parameter_annotations |
Constructor and Description |
---|
ParameterAnnotationsAttribute(ParameterAnnotationInfo[] parameter_annotations) |
RuntimeInvisibleParameterAnnotationsAttribute(ParameterAnnotationInfo[] parameter_annotations) |
RuntimeVisibleParameterAnnotationsAttribute(ParameterAnnotationInfo[] parameter_annotations) |
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 java.util.stream.Stream<ParameterAnnotation> |
Clazz.MethodDef.parameterAnnotations(ParameterAnnotationInfo parameterAnnotationInfo,
java.util.function.Predicate<AnnotationInfo> matches,
Annotation.ElementType elementType,
java.lang.annotation.RetentionPolicy policy) |