My second question is: Is there a way to add custo...
# dsl
m
My second question is: Is there a way to add custom validation that is running on the fly while writing the DSL / data classes and shown in IntelliJ, or at least at compile time? I thought that maybe this could be done using annotation processing, but for code coming from some endpoints I assume this can only be done at runtime.