enhance the java doc of dubbo-rpc module. (#5566)

fix #3001
This commit is contained in:
withthewind 2020-02-09 13:44:34 +08:00 committed by GitHub
parent cf0af06c9d
commit c3d57008dd
1 changed files with 4 additions and 0 deletions

View File

@ -19,11 +19,15 @@ package com.alibaba.dubbo.rpc.protocol.rmi;
import org.aopalliance.intercept.MethodInvocation;
/**
* This class is deprecated, please use {@link org.apache.dubbo.rpc.protocol.rmi.RmiRemoteInvocation}.
*
* @author chickenlj
* @deprecated
*/
@Deprecated
public class RmiRemoteInvocation extends org.apache.dubbo.rpc.protocol.rmi.RmiRemoteInvocation {
private static final long serialVersionUID = 1L;
/**
* executed on consumer side
*