- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for onModuleLoad (0.04 seconds)
-
guava-gwt/test/com/google/common/GuavaTestsEntryPoint.java
import com.google.gwt.core.client.EntryPoint; /** * A dummy entry point for our tests. * * @author Chris Povirk */ public class GuavaTestsEntryPoint implements EntryPoint { @Override public void onModuleLoad() {}Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Jan 18 02:54:30 GMT 2025 - 854 bytes - Click Count (0) -
guava-gwt/src/com/google/common/ForceGuavaCompilationEntryPoint.java
/** * A dummy entry point to convince Maven to compile our classes. * * @author Chris Povirk */ public class ForceGuavaCompilationEntryPoint implements EntryPoint { @Override public void onModuleLoad() {}Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Jan 18 02:54:30 GMT 2025 - 892 bytes - Click Count (0)