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