mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-09-06 16:20:33 +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);
|
||||
}
|
||||
Reference in New Issue
Block a user