org.archive.spring.HasValidator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of heritrix-commons Show documentation
Show all versions of heritrix-commons Show documentation
The Archive Commons Code Libraries project contains general Java utility
libraries, as used by the Heritrix crawler and other projects.
The newest version!
package org.archive.spring;
import org.springframework.validation.Validator;
public interface HasValidator {
Validator getValidator();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy