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

org.archive.spring.HasValidator Maven / Gradle / Ivy

Go to download

The Archive Commons Code Libraries project contains general Java utility libraries, as used by the Heritrix crawler and other projects.

There is a newer version: 3.4.0-20220727
Show newest version
package org.archive.spring;

import org.springframework.validation.Validator;

public interface HasValidator {
    Validator getValidator();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy