This commit is contained in:
Redkale
2017-10-26 14:17:24 +08:00
parent 53b11116b9
commit bd53d4a8ab

View File

@@ -10,8 +10,9 @@ import static java.lang.annotation.ElementType.*;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* 本地模式注解。
* 声明为Local的Service只能以本地模式存在 即使配置文件中配置成远程模式也将被忽略。
* 本地模式注解。<br>
* 声明为Local的Service只能以本地模式存在 即使配置文件中配置成远程模式也将被忽略。 <br>
* Service里被标记为Local的public方法不会被重载。
*
* <p>
* 详情见: https://redkale.org