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