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

com.wudaosoft.commons.utils.MaskConst Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
/* 
 * Copyright(c)2010-2014 WUDAOSOFT.COM
 * 
 * Email:[email protected]
 * 
 * QQ:275100589
 */ 
 
package com.wudaosoft.commons.utils;

/** 
 * @author Changsoul Wu
 * 
 */
public class MaskConst {
	public static final int NORMAL = 0;
	
	public static final int BLOCK = 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy