public class JavaMethodParameter extends Object
| Constructor and Description |
|---|
JavaMethodParameter(int position,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
int |
annotationIndex(Class<?> annotationClass) |
boolean |
hasAnnotation(Class<?> parameterClass) |
boolean |
isVarArg() |
int |
position() |
Class<?> |
type() |
public JavaMethodParameter(int position,
Method method)
Copyright © 2014. All Rights Reserved.