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 String
getFirstName()
@NotEmpty String
getLastName()
String
getMiddleName()
-