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

org.openapi4j.core.validation.ValidationCode Maven / Gradle / Ivy

package org.openapi4j.core.validation;

/**
 * Utility functional interface to wrap validation code.
 * Internal use only to keep code clean.
 */
@FunctionalInterface
public interface ValidationCode {
  void validate() throws ValidationException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy