public class MethodAnnotation extends ScannedAnnotation
| Modifier and Type | Field and Description |
|---|---|
private java.lang.reflect.Method |
method
The annotated method.
|
name, values| Constructor and Description |
|---|
MethodAnnotation(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> values,
java.lang.reflect.Method m)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Method |
getAnnotatedMethod()
Get the annotated method.
|
java.lang.String |
toString() |
getBooleanValue, getEnumValue, getIntegerValue, getLongValue, getName, getSimpleName, getStringValue, getValue, hasValuepublic MethodAnnotation(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> values,
java.lang.reflect.Method m)
public java.lang.reflect.Method getAnnotatedMethod()
public java.lang.String toString()
toString in class ScannedAnnotation