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
Tim Abil
06/01/2022, 7:53 PM
could u provide an example. You'd probably want to use
declarationChecker
and visit your dsl code snippets
e
elect
06/01/2022, 7:53 PM
Copy code
@DSLint
class Person {
@set:DSLMandatory
var name: String
}