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