public interface Person
@NotNull String
getFirstName()
@NotNull(message="Everyone has a last name.") String
getLastName()
String
getMiddleName()
@NotNull @NotNull String getFirstName()
String getMiddleName()
@NotNull(message="Everyone has a last name.") @NotNull(message="Everyone has a last name.") String getLastName()
Copyright © 2008–2017. All rights reserved.