|
|
|
|
@ -60,7 +60,7 @@ import org.springframework.lang.Nullable;
@@ -60,7 +60,7 @@ import org.springframework.lang.Nullable;
|
|
|
|
|
* @see org.springframework.jmx.support.ConnectorServerFactoryBean |
|
|
|
|
* @see java.rmi.registry.Registry |
|
|
|
|
* @see java.rmi.registry.LocateRegistry |
|
|
|
|
* @deprecated as of 5.3.0 with no replacement. |
|
|
|
|
* @deprecated as of 5.3 (phasing out serialization-based remoting) |
|
|
|
|
*/ |
|
|
|
|
@Deprecated |
|
|
|
|
public class RmiRegistryFactoryBean implements FactoryBean<Registry>, InitializingBean, DisposableBean { |
|
|
|
|
|