-
@Documented @Target(TYPE) @Retention(RUNTIME) public @interface AutoLoad
自动加载。 使用场景:
1、被标记为@AutoLoad(false)的Service类不会被自动加载, 当被依赖时才会被加载
2、被标记为@AutoLoad(false)的Servlet类不会被自动加载
详情见: https://redkale.org
- 作者:
- zhangjx
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 boolean
value
-