org.jboss.ejb3.annotation.impl
Class InterceptorsImpl

java.lang.Object
  extended by 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

// *


Constructor Summary
InterceptorsImpl()
           
 
Method Summary
 void addValue(java.lang.Class<?> value)
           
 java.lang.Class<javax.interceptor.Interceptors> annotationType()
           
static InterceptorsImpl getImpl(javax.interceptor.Interceptors interceptors)
           
 java.lang.String toString()
           
 java.lang.Class<?>[] value()
           
 
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
 

Constructor Detail

InterceptorsImpl

public InterceptorsImpl()
Method Detail

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