Relative Content

Tag Archive for javaspringspring-bootgradle

Cannot resolve symbol ‘NotEmpty’

I’m starting to study JavaSpring and I want to validate the attributes of my class.
I’m using this annotation: @NotEmpty to validate the fields.