Marks a given class as being an HTTP controller.
Controllers are objects whose methods handle http requests.
XtRest knows which method to call for a given request
also based on method's annotations.
There's an annotation for each HTTP verb (or method):
GetPostPutDelete