play.mvc
Annotation Type With


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

Decorates an Action or a Controller with another Action.


Required Element Summary
 java.lang.Class<? extends Action<?>>[] value
           
 

Element Detail

value

public abstract java.lang.Class<? extends Action<?>>[] value