mirror of https://gitee.com/stylefeng/roses
【7.3.2】忽略警告
parent
5541550ce5
commit
737cc1b6df
|
@ -13,6 +13,7 @@ import java.lang.reflect.Proxy;
|
||||||
* @author fengshuonan
|
* @author fengshuonan
|
||||||
* @date 2022/11/8 0:45
|
* @date 2022/11/8 0:45
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("all")
|
||||||
public class TenantCacheProxy implements InvocationHandler {
|
public class TenantCacheProxy implements InvocationHandler {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -11,6 +11,7 @@ import java.util.Map;
|
||||||
* @author fengshuonan
|
* @author fengshuonan
|
||||||
* @date 2022/11/8 0:45
|
* @date 2022/11/8 0:45
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("all")
|
||||||
public class TenantCacheProxyFactory {
|
public class TenantCacheProxyFactory {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue