public class ParameterAnnotationInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
AnnotationInfo[] |
annotations |
int |
parameter |
Constructor and Description |
---|
ParameterAnnotationInfo(int parameter,
AnnotationInfo[] annotations) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final int parameter
public final AnnotationInfo[] annotations
ParameterAnnotationInfo(int parameter, AnnotationInfo[] annotations)