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

net.java.html.lib.angular.IAngularBootstrapConfig Maven / Gradle / Ivy

package net.java.html.lib.angular;
public class IAngularBootstrapConfig extends net.java.html.lib.Objs {
  protected IAngularBootstrapConfig(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(IAngularBootstrapConfig.class);
    }
    @Override
    public IAngularBootstrapConfig create(java.lang.Object obj) {
      return obj == null ? null : new IAngularBootstrapConfig(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static IAngularBootstrapConfig $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs.Property strictDi = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "strictDi");
  public java.lang.Boolean strictDi() { return strictDi.get(); }
  public net.java.html.lib.Objs.Property debugInfoEnabled = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "debugInfoEnabled");
  public java.lang.Boolean debugInfoEnabled() { return debugInfoEnabled.get(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy