Annotation Interface Controller
Marks a class as a controller to handle HTTP requests in the framework.
Classes annotated with @Controller
are responsible for defining
request-handling logic, typically by containing methods annotated with
HTTP-specific annotations such as @Get
or @Post
.
- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- Sandratra NIAINA