Georgi Peev

Results 1 comments of Georgi Peev

Hello, I saw the problem too ,but I wrote my **own** ,which fit my needs. Here is a **example**: **I**.First create your **_validation_** annotation: ``` @Target({ElementType.TYPE, ElementType.ANNOTATION_TYPE}) @Retention(RetentionPolicy.RUNTIME) @Constraint(validatedBy =...