* Add missed factories, introduced recently into Java DSL * Add `@IntegrationDsl` - a Kotlin-specific `@DslMarker` annotation to mark classes (including Java) which are used in Kotlin DSL as a builder pattern. This way the scope of the builder is honored and IDE does not suggest functions from higher lambda for builder * Fix `element-list` reference for Dokka plugin configuration from the respective module