javax.ws.rs
Annotation Type POST


@Target(value=METHOD)
@Retention(value=RUNTIME)
@HttpMethod(value="POST")
public @interface POST

Indicates that the annotated method responds to HTTP POST requests

See Also:
HttpMethod



Copyright © 2009. All Rights Reserved.