org.duelengine.duel.mvc
Annotation Type Apply


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

The annotation which applies an action filter


Required Element Summary
 Class<? extends DuelMvcFilter>[] value
           
 

Element Detail

value

public abstract Class<? extends DuelMvcFilter>[] value


Copyright © 2012. All Rights Reserved.