Package aQute.bnd.classfile
Class ParameterAnnotationInfo
- java.lang.Object
-
- aQute.bnd.classfile.ParameterAnnotationInfo
-
public class ParameterAnnotationInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description AnnotationInfo[]
annotations
int
parameter
-
Constructor Summary
Constructors Constructor Description ParameterAnnotationInfo(int parameter, AnnotationInfo[] annotations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
parameter
public final int parameter
-
annotations
public final AnnotationInfo[] annotations
-
-
Constructor Detail
-
ParameterAnnotationInfo
public ParameterAnnotationInfo(int parameter, AnnotationInfo[] annotations)
-
-