Package jadex.bridge.service.annotation
Annotation Type PreConditions
- 
@Target(METHOD) @Retention(RUNTIME) public @interface PreConditions 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description PreCondition[]valueSupply a number of preconditions. 
 - 
 
- 
- 
Element Detail
- 
value
PreCondition[] value
Supply a number of preconditions. 
 - 
 
 -