|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface MinimalMinorVersion
The minimal minor version that a service needs to have in order to possess this method.
Required Element Summary | |
---|---|
int |
value
The minimal minor version that a service needs to have in order to possess this method. |
Element Detail |
---|
public abstract int value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |