parent
cf0af06c9d
commit
c3d57008dd
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue