org.jboss.ejb3.interceptors.container
Class InterceptorFactoryRefImpl

java.lang.Object
  extended by org.jboss.ejb3.interceptors.container.InterceptorFactoryRefImpl
All Implemented Interfaces:
Annotation, InterceptorFactoryRef

public class InterceptorFactoryRefImpl
extends Object
implements InterceptorFactoryRef

Comment

Version:
$Revision: 68820 $
Author:
Carlo de Wolf

Constructor Summary
InterceptorFactoryRefImpl(Class<? extends InterceptorFactory> interceptorFactoryClass)
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 Class<? extends InterceptorFactory> value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

InterceptorFactoryRefImpl

public InterceptorFactoryRefImpl(Class<? extends InterceptorFactory> interceptorFactoryClass)
Method Detail

value

public Class<? extends InterceptorFactory> value()

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation


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