net.java.html.lib.angular.ng.IScope Maven / Gradle / Ivy
package net.java.html.lib.angular.ng;
public class IScope extends net.java.html.lib.angular.ng.IRootScopeService {
protected IScope(net.java.html.lib.Objs.Constructor> c, java.lang.Object js) {
super(c, js);
}
private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
$Constructor() {
super(IScope.class);
}
@Override
public IScope create(java.lang.Object obj) {
return obj == null ? null : new IScope(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static IScope $as(java.lang.Object obj) {
return $AS.create(obj);
}
}