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.


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