org.apache.beehive.controls.api.versioning |
|
Java Source File Name | Type | Comment |
Version.java | Annotation | Used by the control author to specify the version (major.minor) of the control interface.
Allowed on interfaces annotated with @ControlInterface. |
VersionRequired.java | Annotation | Specifies the minimum version of the control interface that this extension
requires. |
VersionSupported.java | Annotation | Specifies the maximum version of the control interface that this implementation
supports. |