Uses of Package
com.tccc.kos.commons.core.dispatcher.annotations
Packages that use com.tccc.kos.commons.core.dispatcher.annotations
Package
Description
-
Classes in com.tccc.kos.commons.core.dispatcher.annotations used by com.tccc.kos.commons.core.service.keyvalClassDescriptionClass annotation that indicates that the class contains endpoints.The
ApiEndpoint
annotation is used to declare and document an HTTP (RESTful) endpoint.Annotation that binds a method variable to a path parameter.Annotation indicating that the request's body should be parsed in a request mapping and made available in the associated method parameter.Annotation that binds a method variable to a query parameter. -
-