Annotation Interface STServiceOperation
this annotation is used to inform the
STServiceProcessor
to map a service operation to a method in
the controller generated for the defining service class.-
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
-
methods
RequestMethod[] methods- Default:
- {}
-