程序包 cn.taketoday.web.service.annotation
@NonNullApi
@NonNullFields
package cn.taketoday.web.service.annotation
Annotations for declaring HTTP service request methods.
-
类说明Shortcut for
@HttpExchangefor HTTP DELETE requests.Shortcut for@HttpExchangefor HTTP GET requests.Annotation to declare a method on an HTTP service interface as an HTTP endpoint.AOTBeanRegistrationAotProcessorthat detects the presence of@HttpExchangeon methods and creates the required proxy hints.ReflectiveProcessorimplementation for@HttpExchangeannotated methods.Shortcut for@HttpExchangefor HTTP PATCH requests.Shortcut for@HttpExchangefor HTTP POST requests.Shortcut for@HttpExchangefor HTTP PUT requests.