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

com.google.gwt.angular.rebind.AngularConventions Maven / Gradle / Ivy

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

public interface AngularConventions {
	static final String IMPL = "Impl";
	static final String SCOPEIMPL = "Jso";
	static final String FACTORY = "Factory";
	static final String MODELIMPL = "Jso";
	static final String MODULEIMPL = "Impl";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy