public class JavaMethodArgument
extends java.lang.Object
| Constructor and Description |
|---|
JavaMethodArgument(JavaMethod method,
int position) |
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.annotation.Annotation> |
annotation(java.lang.Class<T> type) |
boolean |
isVarArg() |
JavaMethod |
method() |
int |
position() |
java.lang.Class |
type() |
public JavaMethodArgument(JavaMethod method, int position)
public java.lang.Class type()
public int position()
public boolean isVarArg()
public <T extends java.lang.annotation.Annotation> com.google.common.base.Optional<T> annotation(java.lang.Class<T> type)
public JavaMethod method()