@Retention(value=RUNTIME) @Target(value=METHOD) public @interface HttpMethodRequired
In the general case a method requires a specific HTTP method to be used:
HttpMethodValidationInterceptor
Modifier and Type | Required Element and Description |
---|---|
com.atlassian.xwork.HttpMethod[] |
value
Require the current request to use one of the methods listed.
|
Copyright © 2003–2016 Atlassian. All rights reserved.