io.avaje.validation.spi.GeneratedComponent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of avaje-validator Show documentation
Show all versions of avaje-validator Show documentation
validator for annotated pojos using constraint annotations and source code generation
package io.avaje.validation.spi;
/** Registers generated ValidationAdapters with the Validator.Builder */
@FunctionalInterface
public non-sealed interface GeneratedComponent extends ValidatorCustomizer, ValidationExtension {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy