javax.ejb
Annotation Type Interceptors


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface Interceptors

An interceptor class is denoted using the Interceptor annotation on the bean class with which it is associated. In the case of multiple interceptor classes, the Interceptors annotation is used.

Version:
$Revision: 1.3.2.5 $
Author:
Kabir Khan

Required Element Summary
 java.lang.Class[] value
           
 

Element Detail

value

public abstract java.lang.Class[] value