Open helloingob opened 6 years ago
Thanks, we will look into this.
same here. I found a - hopefully - matching class here: https://raw.githubusercontent.com/vaadin/flow-and-components-documentation/master/docs-helpers/src/main/java/com/vaadin/flow/tutorial/annotations/Helper.java
I followed the guide in the tutorial "2. Starting with the Project Base" and downloaded & imported the project. I added the files in Chapter 3 (Adding a demo "backend") to the project (CustomerStatus.java, Customer.java, CustomerService.java). All three files have an import:
import com.vaadin.flow.tutorial.annotations.Helper;
which isn't in the downloaded "Project Base".