@Retention(value=RUNTIME) @Target(value={PARAMETER,METHOD}) public @interface CheckState
Modifier and Type | Optional Element and Description |
---|---|
boolean |
intermediate
Flag if used as post condition for intermediate results.
|
int |
keep
Flag how many intermediate results should be preserved.
|
String |
value
The expression will be parsed.
|
public abstract String value
public abstract boolean intermediate
public abstract int keep
Copyright © 2012. All Rights Reserved.