Annotation Interface Body


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface Body
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The body as component type.
    The body as required service.
    The body as seperate class.
  • Element Details

    • value

      Class<?> value
      The body as seperate class.
      Default:
      java.lang.Object.class
    • component

      String component
      The body as component type.
      Default:
      ""
    • service

      ServicePlan service
      The body as required service.
      Default:
      @jadex.bdi.annotation.ServicePlan(name="")