mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-20 02:29:03 +00:00
pref[storage]: remove unused resource.
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
package com.zfoo.protocol.util;
|
||||
|
||||
/**
|
||||
* 类扫描过滤器
|
||||
*
|
||||
* @author veione
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface ClassFilter {
|
||||
|
||||
/**
|
||||
* 是否满足条件
|
||||
*/
|
||||
boolean accept(Class<?> clazz);
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"types": [
|
||||
{
|
||||
"name": "com.zfoo.storage.util.support.SerializedLambda"
|
||||
},
|
||||
{
|
||||
"name": "java.lang.invoke.SerializedLambda"
|
||||
},
|
||||
{
|
||||
"name": "com.zfoo.storage.util.function.Func"
|
||||
},
|
||||
{
|
||||
"name": "com.zfoo.storage.util.function.Func0"
|
||||
},
|
||||
{
|
||||
"name": "com.zfoo.storage.util.function.Func1"
|
||||
}
|
||||
],
|
||||
"lambdaCapturingTypes": [
|
||||
{
|
||||
"name": "com.zfoo.storage.util.LambdaUtils"
|
||||
},
|
||||
{
|
||||
"name": "com.zfoo.storage.util.support.SerializedLambda"
|
||||
},
|
||||
{
|
||||
"name": "java.lang.invoke.SerializedLambda"
|
||||
},
|
||||
{
|
||||
"name": "com.zfoo.storage.util.function.Func"
|
||||
},
|
||||
{
|
||||
"name": "com.zfoo.storage.util.function.Func0"
|
||||
},
|
||||
{
|
||||
"name": "com.zfoo.storage.util.function.Func1"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user