jakarta.ws.rs
public @Interface POST
extends Annotation
- Annotations
- @Target:METHOD
- @Retention:RUNTIME
- @HttpMethod:POST
- @Documented
- Imports
- java.lang.annotation.Documented, .ElementType, .Retention, .RetentionPolicy, .Target
Indicates that the annotated method responds to HTTP POST requests.
- Authors
- Paul Sandoz, Marc Hadley
- Since
- 1.0
- See Also
HttpMethod