Java EE 5 SDK

javax.interceptor
Annotation Type Interceptors


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

Declares an ordered list of interceptors for a class or method.


Required Element Summary
 Class[] value
           
 

Element Detail

value

public abstract Class[] value

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.