public class ReflectiveAnnotatedMethodReader extends Object implements AnnotatedMethodReader<Method>
| Constructor and Description |
|---|
ReflectiveAnnotatedMethodReader() |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
getAnnotation(Class<? extends Annotation> annotationClass,
Method methodReference) |
static AnnotatedMethodReader<Method> |
getInstance() |
Method |
getJavaMethod(Method methodReference) |
public static AnnotatedMethodReader<Method> getInstance()
public Annotation getAnnotation(Class<? extends Annotation> annotationClass, Method methodReference)
getAnnotation in interface AnnotatedMethodReader<Method>public Method getJavaMethod(Method methodReference)
getJavaMethod in interface AnnotatedMethodReader<Method>Copyright © 2014 Seam Framework. All Rights Reserved.