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