@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface PreCondition
Modifier and Type | Required Element and Description |
---|---|
PreCondition.Type |
value
The type.
|
Modifier and Type | Optional Element and Description |
---|---|
int[] |
argno |
java.lang.String |
expression
The expression will be parsed.
|
public abstract PreCondition.Type value