Annotation Interface Put


@Retention(RUNTIME) @Target(METHOD) public @interface Put
Use this annotation with the ManagedService annotation. Annotate a method which will get invoked when an HTTP PUT is sent.
Author:
Jeanfrancois Arcand