public interface VersionableService
serviceVersion, that is overridden by the sub-interfaces
and a single method getServiceVersion, which implementers
of each provider interface should implement by returning the
local predefined constant.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
serviceVersion
This field is overridden individually by every provider interface
subclassing the
VersionableService. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getServiceVersion()
This method should be implemented by returning the
serviceVersion constant. |
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.