Hello, I'm coming from <here>, unfortunately I hav...
# arrow-meta
e
Hello, I'm coming from here, unfortunately I have no idea how/where I could start for implementing a compile-time check on mandatory fields in a DSL with Arrow-meta, could somebody help me?
t
could u provide an example. You'd probably want to use
declarationChecker
and visit your dsl code snippets
e
Copy code
@DSLint
class Person {

    @set:DSLMandatory
    var name: String
}