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

com.github.easydoc.semantics.ValidationResult Maven / Gradle / Ivy

package com.github.easydoc.semantics;


public interface ValidationResult {

	boolean isPositive();

	Object getData();

	String getMessage();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy