All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.gwt.angular.client.impl.AngularModuleBase Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package com.google.gwt.angular.client.impl;

import com.google.gwt.angular.client.AngularModule;
import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.query.client.impl.ConsoleBrowser;

/**
 * Abstract Module base class for implementations.
 */
public abstract class AngularModuleBase implements AngularModule {
	public abstract String moduleName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy