Quick Tips: Using generated code in Eclipse project

To add a folder of generated source code to Eclipse project, right-click on project and select “Properties”. Then select the “Java Build Path” at the left panel, and click “Source”. Click “Add Folder” button, and browse to the generated source code folder. Finally, ensure the project is refreshed (F5, guys/gals!)