org.jboss.ejb3.interceptors
Annotation Type InterceptorFactoryRef


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface InterceptorFactoryRef

Specify an interceptor factory to instantiate interceptors with. Currently it's not allowed to have have interceptors on interceptors, so it's impossible to perform an action in the 'post construct' of the interceptor itself. To counter this you can specify an interceptor factory to use.

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

Optional Element Summary
 java.lang.Class<? extends InterceptorFactory> value
           
 

value

public abstract java.lang.Class<? extends InterceptorFactory> value
Default:
org.jboss.ejb3.interceptors.aop.DefaultInterceptorFactory.class


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