|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={TYPE,FIELD}) public @interface VersionRequired
Specifies the minimum version of the control interface that this extension requires. Allowed on control extensions (interfaces annotated with
Required Element Summary | |
---|---|
int |
major
The major version value required for this control extension or instance declaration to work. |
Optional Element Summary | |
---|---|
int |
minor
The minor version value required for this control extension or instance declaration to work. |
Element Detail |
---|
public abstract int major
public abstract int minor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |