Annotation Interface ApiVersion
Annotation can be used for controllers. It allows restrict visibility of methods annotated with
@RequestMapping only to selected version of commerce web services (e.g. v1 or v2).-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueReturns API version for which methods from controller should be registered (e.g. v1).
-