
com.github.vickumar1981.svalidate.util.example.model.Validatable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of svalidate_2.11 Show documentation
Show all versions of svalidate_2.11 Show documentation
Simple and easy validations for Scala and Java
The newest version!
package com.github.vickumar1981.svalidate.util.example.model;
import com.github.vickumar1981.svalidate.util.Validation;
public interface Validatable {
Validation validate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy