Annotation Interface FlowableWorkers


@Target({METHOD,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented public @interface FlowableWorkers
Container annotation that aggregates several FlowableWorker annotations.

Can be used natively, declaring several nested FlowableWorker annotations. Can also be used in conjunction with Java's support for repeatable annotations, where FlowableWorker can simply be declared several times on the same method, implicitly generating this container annotation.

This annotation may be used as a meta-annotation to create custom composed annotations.

Author:
Filip Hrisafov
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description