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

repackaged.org.hibernate.validator.constraints.SafeHtml Maven / Gradle / Ivy

package repackaged.org.hibernate.validator.constraints;

public class SafeHtml {
    public static enum WhiteListType {
        NONE,
        SIMPLE_TEXT,
        BASIC,
        BASIC_WITH_IMAGES,
        RELAXED;

        private WhiteListType() {
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy