Package play.mvc
Annotation Type Util
-
@Retention(RUNTIME) @Target(METHOD) public @interface Util
Mark this method as simple utility method (not an action) that can't be automatically invoked by the router.
@Retention(RUNTIME)
@Target(METHOD)
public @interface Util