org.vraptor.annotations
Annotation Type InterceptedBy


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

Sets a list of interceptors for a class.

Author:
Guilherme Silveira

Required Element Summary
 Class<? extends Interceptor>[] value
          Interceptor's list
 

Element Detail

value

public abstract Class<? extends Interceptor>[] value
Interceptor's list

Returns:
list


Copyright © 2004-2008 VRaptor. All Rights Reserved.