See: Description
| Annotation Type | Description | 
|---|---|
| DELETE | 
 Mark an action of a controller with this annotation to receive an HTTP DELETE request. 
 | 
| GET | 
 Mark an action of a controller with this annotation to receive an HTTP GET request. 
 | 
| HEAD | 
 Mark an action of a controller with this annotation to receive an HTTP HEAD request. 
 | 
| OPTIONS | 
 Mark an action of a controller with this annotation to receive an HTTP OPTIONS request. 
 | 
| PATCH | 
 Mark an action of a controller with this annotation to receive an HTTP POST request. 
 | 
| POST | 
 Mark an action of a controller with this annotation to receive an HTTP POST request. 
 | 
| PUT | 
 Mark an action of a controller with this annotation to receive an HTTP PUT request. 
 | 
| RESTful | 
 This annotations is to signify that a controller will be providing actions for RESTful routes. 
 | 
Copyright © 2020 JavaLite. All rights reserved.