Skip to content

Instantly share code, notes, and snippets.

@birojow
Last active May 13, 2024 22:18
Show Gist options
  • Save birojow/886fd0f4a3add9dc6c13943499f07e49 to your computer and use it in GitHub Desktop.
Save birojow/886fd0f4a3add9dc6c13943499f07e49 to your computer and use it in GitHub Desktop.
...
@UserDslScope
class UserDsl {
...
@UserDslScope
class UserContactInfoDsl {
...
}
@UserDslScope
inner class UserRolesDsl {
...
}
}
@DslMarker
annotation class UserDslScope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment