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

com.anysoft.util.Expired Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.anysoft.util;

/**
 * 是否过期接口
 * 
 * @author duanyy
 *
 */
public interface Expired {
	/**
	 * 是否已经过期
	 * @param now 当前时间
	 * @return true if expired, or not return false
	 */
	public boolean isExpired(long now);		
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy