PillarboxDsl
Marks a class or function as part of the Pillarbox DSL (Domain Specific Language).
This annotation serves as a marker for the Kotlin compiler, enabling DSL-specific features like type-safe builders and improved code completion. Applying this annotation to a class or function indicates that it's intended to be used within the context of the Pillarbox DSL.
This annotation is primarily intended for internal use within the Pillarbox library.