JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

org.jboss.interceptor.reader
Interface AnnotatedMethodReader<M>

All Known Implementing Classes:
ReflectiveAnnotatedMethodReader

public interface AnnotatedMethodReader<M>

Allows entities to define their own strategy of reading metadata from an object


Method Summary
 Annotation getAnnotation(Class<? extends Annotation> annotationClass, M methodReference)
           
 Method getJavaMethod(M methodReference)
           
 

Method Detail

getAnnotation

Annotation getAnnotation(Class<? extends Annotation> annotationClass,
                         M methodReference)

getJavaMethod

Method getJavaMethod(M methodReference)

JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.