模块 org.redkale

注释类型 Local


  • @Inherited
    @Documented
    @Target({TYPE,METHOD,PARAMETER})
    @Retention(RUNTIME)
    public @interface Local
    本地模式注解。
    声明为Local的Service只能以本地模式存在, 即使配置文件中配置成远程模式也将被忽略。
    Service里被标记为Local的public方法不会被重载。

    详情见: https://redkale.org

    作者:
    zhangjx