com.cloud.platform.web.validate.constraint.EnumValidator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloud-web-spring-boot-starter Show documentation
Show all versions of cloud-web-spring-boot-starter Show documentation
project for cloud-web-spring-boot-starter
The newest version!
package com.cloud.platform.web.validate.constraint;
import java.io.Serializable;
/**
* @description:
* @author: zhou shuai
* @date: 2022/4/3 14:21
* @version: v1
*/
public interface EnumValidator {
T getValue();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy