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

com.jeesuite.common2.lock.LockCaller Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
/**
 * 
 */
package com.jeesuite.common2.lock;

/**
 * @description 
* @author vakin * @date 2016年7月22日 */ public interface LockCaller { /** * 持有锁的操作 * @return */ T onHolder(); /** * 等待锁的操作 * @return */ T onWait(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy