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

edu.isi.nlp.validators.AlwaysValid Maven / Gradle / Ivy

The newest version!
package edu.isi.nlp.validators;

public final class AlwaysValid implements Validator {

  public AlwaysValid() {}

  /** This is a no-op. It will never throw an exception. */
  @Override
  public void validate(T arg) {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy