增加 ConfigController.java 的注释

This commit is contained in:
许轲 2023-10-11 02:13:40 +08:00
parent 32f8a0c189
commit 11c833bb54

View File

@ -9,7 +9,6 @@ import java.nio.file.Path;
* </p>
*
* @param <T> 配置文件类型
*
* @author gewuyou
*/
public interface ConfigController<T> {