Posts by dev1234599 • 21 points
1 post
-
2
votes1
answer347
viewsQ: Validate with object Annotations within a method
I have a Javabean with several attributes that need to be validated. It has an attribute of type Enum, and according to the value of that attribute, the object needs some specific validations, and…