com.github.thiagogarbazza.domainvalidation.Violations Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of domain-validation Show documentation
Show all versions of domain-validation Show documentation
A simple framework to write domain validation.
package com.github.thiagogarbazza.domainvalidation;
import java.util.Collection;
import java.util.TreeMap;
public class Violations extends TreeMap> {
}