Top Description Methods
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

Method Summary

Inherited from java.lang.annotation.Annotation:
annotationTypeequalshashCodetoString