Annotation Interface IntegrationDsl


@Target(TYPE) @Retention(CLASS) @Documented @DslMarker public @interface IntegrationDsl
The Kotlin DslMarker annotation for classes used in scope of DSL, including all the Java DSL classes.
Since:
5.5.8
Author:
Artem Bilan