Annotation Interface LimitRequestSize


@Retention(RUNTIME) @Target({METHOD,TYPE,PACKAGE}) public @interface LimitRequestSize
Specifies that the annotated method (or all methods in the class, or all the methods in all the classes in the package) should have a request size limit applied.

The default maximum request size value is 64 KB.

Since:
5.6
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    long
     
  • Element Details

    • value

      long value
      Default:
      65536L