IntelliJ IDEA 2017.3 Help

Creating an Entry Point

This feature is only supported in the Ultimate edition.

A GWT module entry point is any class that can be assigned to EntryPoint and can be constructed without parameters. When a module is loaded, every entry point class is instantiated and its EntryPoint.onModuleLoad() method is called.

To generate an entry point

  1. In the Project view, right-click the client package.
  2. From the context menu, select New | Google Web Toolkit | GWT Entry point.
  3. Specify the name of the entry point and click OK.
Last modified: 6 March 2018

See Also

Language and Framework-Specific Guidelines: