@Target(value={TYPE,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Constraint(validatedBy=ValidContactValidator.class) @Documented public @interface ValidContact
Asserts that the Contact has either a name or department.
Copyright © 2014-2016 Konik.io. All Rights Reserved.