com.atlassian.confluence.rest.annotations
Annotation Type LimitRequestSize


@Retention(value=RUNTIME)
@Target(value={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.

Since:
5.6



Copyright © 2003-2014 Atlassian. All Rights Reserved.