![JAR search and dependency download from the Maven repository](/logo.png)
com.google.gwt.angular.rebind.AngularConventions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of angulargwt Show documentation
Show all versions of angulargwt Show documentation
Fork of AngularGWT based on ltgt's maven-plugin
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