public class ParameterAnnotation extends Annotation
Annotation.ElementType
Modifier and Type | Field and Description |
---|---|
private int |
parameter |
Constructor and Description |
---|
ParameterAnnotation(int parameter,
Descriptors.TypeRef name,
java.util.Map<java.lang.String,java.lang.Object> elements,
Annotation.ElementType member,
java.lang.annotation.RetentionPolicy policy) |
Modifier and Type | Method and Description |
---|---|
int |
parameter() |
java.lang.String |
toString() |
addDefaults, containsKey, elementType, entrySet, get, getAnnotation, getAnnotation, getAnnotation, getElementType, getName, getRetentionPolicy, keySet, merge, put, stream
public ParameterAnnotation(int parameter, Descriptors.TypeRef name, java.util.Map<java.lang.String,java.lang.Object> elements, Annotation.ElementType member, java.lang.annotation.RetentionPolicy policy)
public int parameter()
public java.lang.String toString()
toString
in class Annotation