
com.crabshue.commons.validations.path.annotations.AccessModeValidator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-validations Show documentation
Show all versions of commons-validations Show documentation
Library for annotation-based validations.
The newest version!
package com.crabshue.commons.validations.path.annotations;
import java.nio.file.Path;
public interface AccessModeValidator {
Boolean canAccessInMode(Path path);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy