GWT 2.4.0

Uses of Interface
com.google.gwt.core.client.EntryPoint

Packages that use EntryPoint
com.google.gwt.logging.client Log handlers and related classes for java.util.logging support in GWT. 
com.google.gwt.user.client Fundamental user-interface classes used in client-side GWT code. 
 

Uses of EntryPoint in com.google.gwt.logging.client
 

Classes in com.google.gwt.logging.client that implement EntryPoint
 class LogConfiguration
          Configures client side logging using the query params and gwt.xml settings.
 

Uses of EntryPoint in com.google.gwt.user.client
 

Classes in com.google.gwt.user.client that implement EntryPoint
 class DocumentModeAsserter
          Helper class, which, during startup, asserts that the browser's current rendering mode is one of the values allowed by the "document.compatMode".
 class UserAgentAsserter
          Helper class, which, during startup, asserts that the specified user.agent selection property value indeed matches the expected value for this browser / user agent, thus avoid long hours debugging strange error messages when a single user agent compile, typically created for testing purposes, ends up being executed in the wrong browser.
 


GWT 2.4.0