Annotation Interface Post
Indicates that a method handles HTTP POST requests.
This annotation is typically used within a @Controller
class to
map a method to a specific URL for creating or submitting resources.
- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- Sandratra NIAINA