From 7ed0020b1de2032331c6d7c4e115c1a9f4f73558 Mon Sep 17 00:00:00 2001 From: Redkale <22250530@qq.com> Date: Mon, 18 Jul 2016 21:15:55 +0800 Subject: [PATCH] --- src/org/redkale/util/AutoLoad.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/redkale/util/AutoLoad.java b/src/org/redkale/util/AutoLoad.java index ff8298e8a..68f8315b6 100644 --- a/src/org/redkale/util/AutoLoad.java +++ b/src/org/redkale/util/AutoLoad.java @@ -11,8 +11,8 @@ import java.lang.annotation.*; /** * 自动加载。 使用场景: - * 1、被标记为@AutoLoad(false)的Service类不会被自动加载, 当被依赖时才会被加载 - * 2、被标记为@AutoLoad(false)的Servlet类不会被自动加载 + * 1、被标记为@AutoLoad(false)的Service类不会被自动加载, 当被依赖时才会被加载 + * 2、被标记为@AutoLoad(false)的Servlet类不会被自动加载 * *
详情见: http://redkale.org * @author zhangjx