Why does using `@Introspected` say that my class needs a single no-args constructor? I'd like to be ...
d
Why does using
@Introspected
say that my class needs a single no-args constructor? I'd like to be able to annotate enums and kotlin `object`s 🤔