Annotation Type RequiredUrlParameters


@Retention(RUNTIME) @Target(TYPE) public @interface RequiredUrlParameters
Annotation which causes a Page to return 400 Bad Request if the url parameters do not match what the annotation describes.
Author:
Tim Boudreau