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