Package mg.emberframework.annotation.http
package mg.emberframework.annotation.http
-
Annotation InterfacesClassDescriptionMarks a class as a controller to handle HTTP requests in the framework.Indicates that a method handles HTTP GET requests.Indicates that a method handles HTTP POST requests.Marks a method parameter as an HTTP request parameter.Specifies the roles required to access a class or method.Indicates that a method exposes a RESTful API endpoint.Defines the URL path for a class or method handling HTTP requests.