Annotation Type MinimumRequestBodyLength


@Retention(RUNTIME) @Target(TYPE) public @interface MinimumRequestBodyLength
Annotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation. If the request body - the body of a POST or PUT operation - is less than the specified number of characters, the request will be rejected with BAD REQUEST.
Author:
Tim Boudreau
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
     
  • Element Details

    • value

      int value