com.google.gwt.angular.client.NgWatch 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
AngularJS integration for GWT
package com.google.gwt.angular.client;
/**
* Tags a function in a controller to be automatically registered via $scope.$watch using
* the given expression and optional deep object equality.
*/
public @interface NgWatch {
boolean objEq() default false;
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy