|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface VersionSupported
Specifies the maximum version of the control interface that this implementation supports. Allowed on control implementations (interfaces annotated with
Required Element Summary | |
---|---|
int |
major
The major version of the control interface that this implementation supports. |
Optional Element Summary | |
---|---|
int |
minor
The minor version of the control interface that this implementation supports. |
Element Detail |
---|
public abstract int major
public abstract int minor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |