@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface MinimalMinorVersion
Modifier and Type | Required Element and Description |
---|---|
int |
value
The minimal minor version that a service needs to have in order to possess this method.
|