Annotation Type MaximumPathLength


@Retention(RUNTIME) @Target(TYPE) public @interface MaximumPathLength
Specifies a maximum number of / separated elements in the URL path, for use Acteurs which use the tail of the URL path as an open-ended list of something. Annotation which can appear on an Acteur with the @HttpCall annotation or on a Page with that annotation.
Author:
Tim Boudreau
  • Required Element Summary

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

    • value

      int value