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