Interceptors 1.1 API 1.0.0.Final

javax.interceptor
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: 107909 $
Author:
Kabir Khan

Required Element Summary
 Class[] value
           
 

Element Detail

value

public abstract Class[] value

Interceptors 1.1 API 1.0.0.Final

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