|
rewrite-config-annotations-api 1.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Parameter
AnnotatedElement for a method parameter.
| Method Summary | |
|---|---|
Method |
getDeclaringMethod()
Return the method declaring this parameter. |
int |
getIndex()
Return the index of this parameter in the declaring Method signature. |
Class<?> |
getType()
Return the Class type of this parameter. |
| Methods inherited from interface java.lang.reflect.AnnotatedElement |
|---|
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresent |
| Method Detail |
|---|
Class<?> getType()
Class type of this parameter.
Method getDeclaringMethod()
int getIndex()
Method signature.
|
rewrite-config-annotations-api 1.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||