com.minlia.cloud.constant.ValidationConstants Maven / Gradle / Ivy
package com.minlia.cloud.constant;
/**
* Created by will on 6/19/17.
* 验证相关常量
*/
public class ValidationConstants {
public static final int MIN_SIZE = 4;
public static final int MAX_SIZE = 128;
public ValidationConstants() {
throw new AssertionError();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy