Package de.craftsblock.craftsnet.api.http.annotations
package de.craftsblock.craftsnet.api.http.annotations
-
Annotation InterfacesClassDescriptionSpecifies the HTTP request methods that are supported by the service method.Annotation used to indicate that a request handler method requires specific types of request bodies.This annotation can be applied to methods or types to indicate that certain content types are required for processing the request.Annotation to specify required cookies for methods or types.Annotation to specify required HTTP headers for methods or types.Annotation to specify required url parameters for methods or types.Specifies the path associated with a service method or defines the parent path.