MqttDsl

annotation class MqttDsl

DSL marker for MQTTastic builder scopes.

Prevents accidental use of outer-scope DSL functions from within nested builder lambdas, following the same pattern as Ktor's @KtorDsl.

Applied to MqttConfig.Builder and WillConfig.Builder to enforce correct scoping in nested configuration blocks.