public class MethodAnnotation extends ScannedAnnotation
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
public 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
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.