IntelliJ IDEA 2016.3 Help

Creating an Entry Point

This feature is supported in the Ultimate edition only.

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.

See Also

```

Language and Framework-Specific Guidelines:

Last modified: 21 March 2017