Annotation Interface STService
this annotation is used to inform the
STServiceProcessor
to generate a controller for the service
(class) annotated with it-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionIndicates the HTTP Method supported by exposed method in the controller.
-
Element Details
-
method
RequestMethod methodIndicates the HTTP Method supported by exposed method in the controller.- Default:
- GET
-