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