EntityDsl

annotation class EntityDsl

DSL marker annotation for the entity DSL.

Applying this annotation prevents implicit receiver leaking between nested DSL scopes, ensuring that only the intended builder methods are accessible within each block.