I've got a question on the usage of @DslMarker. I...
# announcements
r
I've got a question on the usage of @DslMarker. Its documentation states:
Copy code
* Marking rules: an implicit receiver is considered marked with @Ann if
 * - its type is marked, or
 * - its type's classifier is marked
 * - or any of its superclasses/superinterfaces
How would one mark a type's classifier with an annotation?