When the generation is completed, an evaluation report is created and displayed in the Report view.
This report shows the generated file locations, as well as the status of the generated file (new for newly generated file, that didn't exist before the generation). You can open a generated file from this Report view double-clicking the Customer.java file for example
The Java editor shows up and displays the created Java class:
public class Customer { }