Uses of Annotation Interface
info.ejava.examples.db.validation.contacts.dto.PersonHasName
Packages that use PersonHasName
-
Uses of PersonHasName in info.ejava.examples.db.validation.contacts.dto
Classes in info.ejava.examples.db.validation.contacts.dto with annotations of type PersonHasNameClasses in info.ejava.examples.db.validation.contacts.dto that implement interfaces with type arguments of type PersonHasNameModifier and TypeClassDescriptionclassThis validator will return true if either the first or lastName of the person DTO is non-null.Methods in info.ejava.examples.db.validation.contacts.dto with parameters of type PersonHasNameModifier and TypeMethodDescriptionvoidPersonHasNameValidator.initialize(PersonHasName constraintAnnotation)