@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. 
 | 
java.lang.String | 
value
The expression will be parsed. 
 |