org.jboss.ejb3.annotation.impl
Class InterceptorsImpl
java.lang.Object
org.jboss.ejb3.annotation.impl.InterceptorsImpl
- All Implemented Interfaces:
- java.lang.annotation.Annotation, javax.interceptor.Interceptors
public class InterceptorsImpl
- extends java.lang.Object
- implements javax.interceptor.Interceptors
// *
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.annotation.Annotation |
equals, hashCode |
InterceptorsImpl
public InterceptorsImpl()
value
public java.lang.Class<?>[] value()
addValue
public void addValue(java.lang.Class<?> value)
getImpl
public static InterceptorsImpl getImpl(javax.interceptor.Interceptors interceptors)
annotationType
public java.lang.Class<javax.interceptor.Interceptors> annotationType()
- Specified by:
annotationType in interface java.lang.annotation.Annotation
toString
public java.lang.String toString()
- Specified by:
toString in interface java.lang.annotation.Annotation- Overrides:
toString in class java.lang.Object