模块 org.redkale

注释类型 Sncp.SncpDyn


  • @Documented
    @Target({METHOD,TYPE})
    @Retention(RUNTIME)
    public static @interface Sncp.SncpDyn
    修饰由SNCP协议动态生成的class、和method 本地模式:动态生成的_DynLocalXXXXService类会打上@SncpDyn(remote = false) 的注解 远程模式:动态生成的_DynRemoteXXXService类会打上@SncpDyn(remote = true) 的注解

    详情见: https://redkale.org

    作者:
    zhangjx
    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      boolean remote  
      Class type  
    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      int index  
    • 元素详细资料

      • remote

        boolean remote
      • index

        int index
        默认值:
        0