
delight.concurrency.internal.DummyEntryPoint Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of delight-concurrency Show documentation
Show all versions of delight-concurrency Show documentation
An abstract and lightweight definition of concurrency fundamentals.
The newest version!
/*******************************************************************************
* Copyright 2011 Max Erik Rohde http://www.mxro.de
*
* All rights reserved.
******************************************************************************/
package delight.concurrency.internal;
/**
* Necessary for GWT 2.X to compile this module
*
* @author Max
*
*/
public class DummyEntryPoint implements com.google.gwt.core.client.EntryPoint {
public void onModuleLoad() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy