Package jadex.bridge.service.annotation
Annotation Type CheckIndex
- 
 @Retention(RUNTIME) @Target(PARAMETER) public @interface CheckIndexPrecondition for checking if the argument is a valid index. The value of this precondition is used to determine the argument number with the collection or array to check the index against. The check tests index>=0 && collection.size()>index
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description intvalueThe argument number with the array or collection or array.
 
-