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