Uses of Class
aQute.bnd.classfile.ParameterAnnotationInfo
Packages that use ParameterAnnotationInfo
Package
Description
This package provides an object model and parser for Java class files.
-
Uses of ParameterAnnotationInfo in aQute.bnd.classfile
Fields in aQute.bnd.classfile declared as ParameterAnnotationInfoModifier and TypeFieldDescriptionfinal ParameterAnnotationInfo[]
ParameterAnnotationsAttribute.parameter_annotations
Methods in aQute.bnd.classfile that return ParameterAnnotationInfoModifier and TypeMethodDescription(package private) static ParameterAnnotationInfo
ParameterAnnotationInfo.read
(DataInput in, ConstantPool constant_pool, int parameter) Methods in aQute.bnd.classfile with parameters of type ParameterAnnotationInfoModifier and TypeMethodDescriptionParameterAnnotationsAttribute.Constructor.init
(ParameterAnnotationInfo[] parameter_annotations) Constructors in aQute.bnd.classfile with parameters of type ParameterAnnotationInfoModifierConstructorDescriptionprotected
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 ParameterAnnotationInfoModifier and TypeMethodDescription(package private) <A extends ParameterAnnotationsAttribute>
Stream<ParameterAnnotationInfo>Clazz.MethodDef.parameterAnnotationInfos
(Class<A> attributeType) Methods in aQute.bnd.osgi with parameters of type ParameterAnnotationInfoModifier and TypeMethodDescriptionprivate Stream<ParameterAnnotation>
Clazz.MethodDef.parameterAnnotations
(ParameterAnnotationInfo parameterAnnotationInfo, Predicate<AnnotationInfo> matches, Annotation.ElementType elementType, RetentionPolicy policy)