Package io.github.xezzon.zeroweb.dict
Annotation Interface EnableDictScan
@Retention(RUNTIME)
@Target(TYPE)
@Documented
@Import(DictScanner.class)
public @interface EnableDictScan
启用注解扫描。将指定包下实现了 IDict 接口的枚举类,导入系统的字典配置中。
- Author:
- xezzon
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String value- Returns:
- 注解扫描的目标包路径。默认为空,即扫描当前类所在的包及其子包。
- Default:
- ""
-