org.jboss.ejb3.interceptors.annotation.impl
Class InterceptorsImpl
java.lang.Object
org.jboss.ejb3.interceptors.util.InterceptorCollection
org.jboss.ejb3.interceptors.annotation.impl.InterceptorsImpl
- All Implemented Interfaces:
- Annotation, javax.interceptor.Interceptors
public class InterceptorsImpl
- extends InterceptorCollection
- implements javax.interceptor.Interceptors
A new implementation of Interceptors which allows for
a bit more functionality.
Note: this one has an unsafe life-cycle. Modifications can
be made after it is in use.
- Version:
- $Revision: 72023 $
- Author:
- Carlo de Wolf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorsImpl
public InterceptorsImpl()
add
public boolean add(javax.interceptor.Interceptors annotation)
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationType
in interface Annotation
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.