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