This commit is contained in:
wentch
2015-12-15 16:35:57 +08:00
parent 216a15c3d8
commit 810db402b1

View File

@@ -10,7 +10,8 @@ import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* 声明为LocalService的Service将不会变成远程模式 无论配置文件中是否配置成远程模式
* 本地模式注解
* 声明为LocalService的Service将不会变成远程模式只能以本地模式存在 无论配置文件中是否配置成远程模式都会被忽略。
*
* @see http://www.redkale.org
* @author zhangjx