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

hydra.langs.graphql.syntax.NullValue Maven / Gradle / Ivy

package hydra.langs.graphql.syntax;

import java.io.Serializable;

public class NullValue implements Serializable {
  public static final hydra.core.Name NAME = new hydra.core.Name("hydra/langs/graphql/syntax.NullValue");
  
  public NullValue () {
  
  }
  
  @Override
  public boolean equals(Object other) {
    if (!(other instanceof NullValue)) {
      return false;
    }
    NullValue o = (NullValue) (other);
    return true;
  }
  
  @Override
  public int hashCode() {
    return 0;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy