org.jboss.interceptor.reader
Class ReflectiveAnnotatedMethodReader
java.lang.Object
org.jboss.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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.