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

cn.minsin.core.constant.NumberConstant Maven / Gradle / Ivy

package cn.minsin.core.constant;

public class NumberConstant {
	
	public static final int ZERO =0;
	
	public static final int ONE=1;
	
	public static final int TEN =10;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy