Package jadex.bridge.service.annotation
Annotation Type PreCondition
- 
@Target(METHOD) @Retention(RUNTIME) public @interface PreCondition 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description PreCondition.TypevalueThe type. 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int[]argnojava.lang.StringexpressionThe expression will be parsed. 
 - 
 
- 
- 
Element Detail
- 
value
PreCondition.Type value
The type. 
 - 
 
 -