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