Package org.apache.bval.jsr.example
Interface Person
-
- All Known Implementing Classes:
Customer,Employee,PreferredGuest
public interface Person
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotEmpty StringgetFirstName()@NotEmpty StringgetLastName()StringgetMiddleName()
-