
com.asayama.gwt.angular.client.Injectable Maven / Gradle / Ivy
package com.asayama.gwt.angular.client;
/**
* A marker interface used to flag types that are injectable into other objects,
* such as {@link Service}s, {@link Provider}s, {@link Controller}s, and
* {@link AbstractModule}s.
*
* @author kyoken74
* @see BinderFactory
* @see Configurator
*/
public interface Injectable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy