org.jboss.weld.interceptor.reader
Class ReflectiveAnnotatedMethodReader

java.lang.Object
  extended by 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:

Constructor Summary
ReflectiveAnnotatedMethodReader()
           
 
Method Summary
 Annotation getAnnotation(Class<? extends Annotation> annotationClass, Method methodReference)
           
static AnnotatedMethodReader<Method> getInstance()
           
 Method getJavaMethod(Method methodReference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectiveAnnotatedMethodReader

public ReflectiveAnnotatedMethodReader()
Method Detail

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.