JAX-RS Core API 2.3.6.Final-redhat-1

javax.ws.rs
Annotation Type PUT


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

Indicates that the annotated method responds to HTTP PUT requests

See Also:
HttpMethod


JAX-RS Core API 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.