模块 org.redkale

注释类型 RpcSourceAddress


  • @Documented
    @Target(PARAMETER)
    @Retention(RUNTIME)
    public @interface RpcSourceAddress
    SNCP协议中标记为来源地址参数, 该注解只能标记在类型为SocketAddress或InetSocketAddress的参数上。

    详情见: https://redkale.org

    作者:
    zhangjx