@Retention(value=RUNTIME) @Constraint(validatedBy={HasId.Validator.class,HasId.ListValidator.class}) public @interface HasId
ContactCard entity has ID.
Only return values are supposed to be annotated with this annotation.Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.