org.jboss.ejb3.interceptors.annotation
Interface AnnotationAdvisor
- All Known Implementing Classes:
- AbstractContainer, AbstractDirectContainer, AnnotationAdvisorSupport, DirectContainer, ProxyContainer
public interface AnnotationAdvisor
A container can advise multiple classes for annotations.
(An AOP Advisor can only do one.)
- Version:
- $Revision: 68728 $
- Author:
- Carlo de Wolf
Method Summary |
|
getAnnotation(Class<?> cls,
Class<T> annotationClass)
|
|
getAnnotation(Class<?> cls,
Field field,
Class<T> annotationClass)
|
|
getAnnotation(Class<?> cls,
Method method,
Class<T> annotationClass)
|
boolean |
isAnnotationPresent(Class<?> cls,
Class<? extends Annotation> annotationClass)
|
boolean |
isAnnotationPresent(Class<?> cls,
Field field,
Class<? extends Annotation> annotationClass)
|
boolean |
isAnnotationPresent(Class<?> cls,
Method method,
Class<? extends Annotation> annotationClass)
|
getAnnotation
<T extends Annotation> T getAnnotation(Class<?> cls,
Class<T> annotationClass)
getAnnotation
<T extends Annotation> T getAnnotation(Class<?> cls,
Field field,
Class<T> annotationClass)
getAnnotation
<T extends Annotation> T getAnnotation(Class<?> cls,
Method method,
Class<T> annotationClass)
isAnnotationPresent
boolean isAnnotationPresent(Class<?> cls,
Class<? extends Annotation> annotationClass)
isAnnotationPresent
boolean isAnnotationPresent(Class<?> cls,
Field field,
Class<? extends Annotation> annotationClass)
isAnnotationPresent
boolean isAnnotationPresent(Class<?> cls,
Method method,
Class<? extends Annotation> annotationClass)
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.