This commit is contained in:
Redkale
2016-07-18 21:15:55 +08:00
parent 94bb11329d
commit 7ed0020b1d

View File

@@ -11,8 +11,8 @@ import java.lang.annotation.*;
/**
* 自动加载。 使用场景:
* 1、被标记为@AutoLoad(false)的Service类不会被自动加载, 当被依赖时才会被加载
* 2、被标记为@AutoLoad(false)的Servlet类不会被自动加载
* 1、被标记为@AutoLoad(false)的Service类不会被自动加载, 当被依赖时才会被加载
* 2、被标记为@AutoLoad(false)的Servlet类不会被自动加载
*
* <p> 详情见: http://redkale.org
* @author zhangjx