Package org.kohsuke.stapler.interceptor
Annotation Interface RespondSuccess
@Retention(RUNTIME)
@Target({METHOD,FIELD})
@InterceptorAnnotation(Processor.class)
public @interface RespondSuccess
Used on the web-bound doXyz method to indicate that the successful return of the method should
result in HTTP 200 Success status.
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Nested Class Summary