org.jboss.ejb3.annotation.impl
Class InterceptorsImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.InterceptorsImpl
All Implemented Interfaces:
Annotation, javax.interceptor.Interceptors

public class InterceptorsImpl
extends Object
implements javax.interceptor.Interceptors

// *

Version:
$Revision: 68408 $
Author:
William DeCoste

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

addValue

public void addValue(Class<?> value)

getImpl

public static InterceptorsImpl getImpl(javax.interceptor.Interceptors interceptors)

annotationType

public Class<javax.interceptor.Interceptors> annotationType()
Specified by:
annotationType in interface Annotation

toString

public String toString()
Specified by:
toString in interface Annotation
Overrides:
toString in class Object


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.