wst
12/15/2016, 9:01 AM@field:
and validation works. But the one from primary constructor does not specify any target, and when specified @field
explicitly it shows error. So how can you specify constraints here? class User(@Min(0) id: Int)
(specified like this does not work)