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

io.avaje.validation.core.DefaultBootstrap Maven / Gradle / Ivy

package io.avaje.validation.core;

import io.avaje.validation.Validator;

/** Default bootstrap of Validator. */
public final class DefaultBootstrap {
  private DefaultBootstrap() {}

  /** Create the Validator.Builder. */
  public static Validator.Builder builder() {
    return new DValidator.DBuilder();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy