org.reflext.api.introspection
Class AnnotationIntrospector<A>
java.lang.Object
org.reflext.api.introspection.AnnotationIntrospector<A>
public class AnnotationIntrospector<A>
- extends java.lang.Object
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationIntrospector
public AnnotationIntrospector(AnnotationType<A,?> annotationType)
resolve
public AnnotationTarget<ClassTypeInfo,A> resolve(ClassTypeInfo annotatedType)
resolveAll
public java.util.List<AnnotationTarget<ClassTypeInfo,A>> resolveAll(ClassTypeInfo annotatedType)
resolve
public AnnotationTarget<MethodInfo,A> resolve(MethodInfo method)
resolve
public AnnotationTarget<MethodInfo,A> resolve(ClassTypeInfo declaringType,
MethodSignature methodSignature)
resolveAll
public java.util.List<AnnotationTarget<MethodInfo,A>> resolveAll(ClassTypeInfo declaringType,
MethodSignature methodSignature)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.