I have a class with an Email constraint:
@Email
@Nonnull
private String email;
But this is not generated in the model:
get email(): StringModel_1 {
return this[_getPropertyModel_1]("email", StringModel_1, [false]) as StringModel_1;
}
If I’m not wrong, this was working with Hilla 1