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

All Known Implementing Classes:
ReflectiveAnnotatedMethodReader, WeldAnnotatedMethodReader

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)


Copyright © 2013 Seam Framework. All Rights Reserved.