order « Validation « JPA Q&A





1. Is possible to set validation order with Hibernate Validator?    stackoverflow.com

I use @AssertTrue annotation to ensure the execution of a method that sets some default values (always returns true). These set values are validated as @NotEmpty (these are Strings). So I ...