net.java.html.lib.angular.IDocumentService Maven / Gradle / Ivy
package net.java.html.lib.angular;
public class IDocumentService extends IAugmentedJQuery {
protected IDocumentService(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(IDocumentService.class);
}
@Override
public IDocumentService create(java.lang.Object obj) {
return obj == null ? null : new IDocumentService(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static IDocumentService $as(java.lang.Object obj) {
return $AS.create(obj);
}
}