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.
    • Element Detail

      • value

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

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

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