@Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) @InterceptorAnnotation(value=RequirePOST.Processor.class) public @interface RequirePOST
When the current request has a non-matching HTTP method (such as 'GET'), this annotation will send a failure response instead of searching for other matching web methods.
POST
Copyright © 2004–2022. All rights reserved.