<@U5FHJ0W2W> there’s a dedicated plugin for the ko...
# server
n
@dwursteisen there’s a dedicated plugin for the kotlin compiler named no-args it’s used for jpa it creates a synthetic no-args constructor for classes annotated with
@Entity
so that your cannot access it directly but jpa can using reflection quite handy 🙂