The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-2

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


The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-2

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