Package jadex.bridge.service.annotation
Annotation Type Tag
- 
@Target(TYPE) @Retention(RUNTIME) public @interface Tag 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe tags as strings or expression. 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringincludeCondition to check if the value/tag should be included. 
 -