mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8245068: Implement Deprecation of RMI Activation
Reviewed-by: lancea, rriggs
This commit is contained in:
parent
8d19eca78c
commit
a46a94c431
28 changed files with 147 additions and 44 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2003, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -43,7 +43,12 @@ import java.rmi.activation.UnknownObjectException;
|
|||
* @see Activator
|
||||
* @see ActivationMonitor
|
||||
* @since 1.2
|
||||
* @deprecated
|
||||
* See the <a href="{@docRoot}/java.rmi/java/rmi/activation/package-summary.html">
|
||||
* {@code java.rmi.activation}</a> package specification for further information.
|
||||
*/
|
||||
@Deprecated(forRemoval=true, since="15")
|
||||
@SuppressWarnings("removal")
|
||||
public interface ActivationSystem extends Remote {
|
||||
|
||||
/** The port to lookup the activation system. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue