Annotation Interface Method
Annotation that can be applied to a parameter of a 
@RestOp annotated method to identify it as the HTTP
 method.
 
 Typically used for HTTP method handlers of type 
Example:
   
This is functionally equivalent to the following code...