Package play.mvc
Annotation Type With
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface With
Decorates anAction
or aController
with anotherAction
.
@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface With
Action
or a Controller
with another Action
.