Package jadex.bdiv3.annotation
Annotation Type BDIConfigurations
-
@Target(TYPE) @Retention(RUNTIME) public @interface BDIConfigurations
Configurations annotation.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
replace
Replace content of the base classes.BDIConfiguration[]
value
The configurations.
-
-
-
Element Detail
-
value
BDIConfiguration[] value
The configurations.- Default:
- {}
-
-