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. -
-
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 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)
-