Package org.kohsuke.stapler.verb
Annotation Interface GET
@Target(METHOD)
@Retention(RUNTIME)
@Documented
@InterceptorAnnotation(value=HttpVerbInterceptor.class,
stage=SELECTION)
public @interface GET
Restricts a
WebMethod
to a specific HTTP method 'GET'.- Author:
- Kohsuke Kawaguchi