Package play.mvc

Annotation Interface With


@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface With
Decorates an Action or a Controller with another Action.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Action<?>>[]
     
  • Element Details