19 | * Note, that the advanced bean binding technology in Vaadin is able to take 20 | * advantage also from Bean Validation annotations that are used also by e.g. 21 | * JPA implementation. Check out annotations in Customer objects email field and 22 | * how they automatically reflect to the configuration of related fields in UI. 23 | *
24 | */ 25 | public class CustomerForm extends AbstractForm