org.jboss.weld.bean.interceptor
Class WeldAnnotatedMethodReader
java.lang.Object
org.jboss.weld.bean.interceptor.WeldAnnotatedMethodReader
- All Implemented Interfaces:
- AnnotatedMethodReader<WeldMethod<?,?>>
public class WeldAnnotatedMethodReader
- extends Object
- implements AnnotatedMethodReader<WeldMethod<?,?>>
- Author:
- Marius Bogoevici
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static AnnotatedMethodReader<WeldMethod<?,?>> getInstance()
getAnnotation
public Annotation getAnnotation(Class<? extends Annotation> annotationClass,
WeldMethod<?,?> methodReference)
- Specified by:
getAnnotation
in interface AnnotatedMethodReader<WeldMethod<?,?>>
getJavaMethod
public Method getJavaMethod(WeldMethod<?,?> methodReference)
- Specified by:
getJavaMethod
in interface AnnotatedMethodReader<WeldMethod<?,?>>
Copyright © 2013 Seam Framework. All Rights Reserved.