org.jboss.weld.bean.interceptor
Class WeldAnnotatedMethodReader

java.lang.Object
  extended by org.jboss.weld.bean.interceptor.WeldAnnotatedMethodReader
All Implemented Interfaces:
AnnotatedMethodReader<WeldMethod<?,?>>

public class WeldAnnotatedMethodReader
extends Object
implements AnnotatedMethodReader<WeldMethod<?,?>>

Author:
Marius Bogoevici

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

Method Detail

getInstance

public static AnnotatedMethodReader<WeldMethod<?,?>> getInstance()

getAnnotation

public Annotation getAnnotation(Class<? extends Annotation> annotationClass,
                                WeldMethod<?,?> methodReference)
Specified by:
getAnnotation in interface AnnotatedMethodReader<WeldMethod<?,?>>

getJavaMethod

public Method getJavaMethod(WeldMethod<?,?> methodReference)
Specified by:
getJavaMethod in interface AnnotatedMethodReader<WeldMethod<?,?>>


Copyright © 2013 Seam Framework. All Rights Reserved.