IntelliJ IDEA 2018.1 Help

Creating an Entry Point

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: 24 July 2018

See Also

Language and Framework-Specific Guidelines: