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

pl.fhframework.validation.ValidationMessage Maven / Gradle / Ivy

package pl.fhframework.validation;

// working progress
public class ValidationMessage {

    enum Type { CUSTOM, FH }

    private Object model;
    private String attribute;
    private Type type;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy