WorldDsl

annotation class WorldDsl

DSL marker annotation for world-related builder patterns.

This annotation is used to create type-safe builders for world configuration and manipulation. It restricts implicit receivers in nested DSL scopes, preventing accidental access to outer scope functions.