Uses of Class
aQute.bnd.classfile.ParameterAnnotationInfo
-
Packages that use ParameterAnnotationInfo Package Description aQute.bnd.classfile This package provides an object model and parser for Java class files.aQute.bnd.osgi -
-
Uses of ParameterAnnotationInfo in aQute.bnd.classfile
Fields in aQute.bnd.classfile declared as ParameterAnnotationInfo Modifier and Type Field Description ParameterAnnotationInfo[]
ParameterAnnotationsAttribute. parameter_annotations
Methods in aQute.bnd.classfile that return ParameterAnnotationInfo Modifier and Type Method Description (package private) static ParameterAnnotationInfo
ParameterAnnotationInfo. read(java.io.DataInput in, ConstantPool constant_pool, int parameter)
Methods in aQute.bnd.classfile with parameters of type ParameterAnnotationInfo Modifier and Type Method Description A
ParameterAnnotationsAttribute.Constructor. init(ParameterAnnotationInfo[] parameter_annotations)
Constructors in aQute.bnd.classfile with parameters of type ParameterAnnotationInfo Constructor Description ParameterAnnotationsAttribute(ParameterAnnotationInfo[] parameter_annotations)
RuntimeInvisibleParameterAnnotationsAttribute(ParameterAnnotationInfo[] parameter_annotations)
RuntimeVisibleParameterAnnotationsAttribute(ParameterAnnotationInfo[] parameter_annotations)
-
Uses of ParameterAnnotationInfo in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return types with arguments of type ParameterAnnotationInfo Modifier and Type Method Description (package private) <A extends ParameterAnnotationsAttribute>
java.util.stream.Stream<ParameterAnnotationInfo>Clazz.MethodDef. parameterAnnotationInfos(java.lang.Class<A> attributeType)
Methods in aQute.bnd.osgi with parameters of type ParameterAnnotationInfo Modifier and Type Method 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)
-