@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @InterceptorAnnotation(value=HttpVerbInterceptor.class, stage=SELECTION) public @interface POST
WebMethod
to a specific HTTP method 'POST'.
Unlike RequirePOST
, this annotation simply skips routing the current request
to the current web method, and continues searching other available routes.
Copyright © 2004–2022. All rights reserved.