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

com.asayama.gwt.angular.client.NGObject Maven / Gradle / Ivy

package com.asayama.gwt.angular.client;

import com.asayama.gwt.angular.client.Angular.Bind;
import com.asayama.gwt.jsni.client.JSObject;

/**
 * An abstract representation of AngularJS objects. Concrete implementations of
 * this class should be associated with a native AngularJS object, which must
 * be declared using {@link Bind} annotation.
 * 
 * @author kyoken74
 * @see Bind
 */
public abstract class NGObject extends JSObject implements Injectable {

	protected NGObject() {
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy