模块 org.redkale
程序包 org.redkale.util

注释类型 AutoLoad


  • @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
      已过时。
       
    • 元素详细资料

      • value

        boolean value
        已过时。
        默认值:
        true