@Target(value={METHOD,CONSTRUCTOR,TYPE})
@Retention(value=RUNTIME)
@Documented
public @interface RequiredVersion
Modifier and Type | Required Element and Description |
---|---|
int |
value
The version number that is required to run this method.
|
public abstract int value
public abstract Behavior behavior