[Feature] add for new
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.github.houbb.lock.api.core;
|
||||
|
||||
import java.util.concurrent.locks.ReadWriteLock;
|
||||
|
||||
/**
|
||||
* 读写锁定义
|
||||
* @author binbin.hou
|
||||
* @since 0.0.2
|
||||
*/
|
||||
public interface IReadWriteLock extends ReadWriteLock {
|
||||
}
|
||||
Reference in New Issue
Block a user