@Retention(value=RUNTIME)
 @Target(value={PARAMETER,METHOD})
public @interface CheckState
| Modifier and Type | Optional Element and Description | 
|---|---|
| boolean | intermediateFlag if used as post condition for intermediate results. | 
| int | keepFlag how many intermediate results should be preserved. | 
| java.lang.String | valueThe expression will be parsed. |