Package jadex.bdiv3.annotation
Annotation Type Body
-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface Body
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
component
The body as component type.ServicePlan
service
The body as required service.java.lang.Class<?>
value
The body as seperate class.
-
-
-
-
service
ServicePlan service
The body as required service.- Default:
- @jadex.bdiv3.annotation.ServicePlan(name="")
-
-