8245068: Implement Deprecation of RMI Activation

Reviewed-by: lancea, rriggs
This commit is contained in:
Stuart Marks 2020-06-05 10:14:10 -07:00
parent 8d19eca78c
commit a46a94c431
28 changed files with 147 additions and 44 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2019, 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
@ -59,6 +59,7 @@ import sun.rmi.registry.RegistryImpl;
* @since 1.2
* @see java.rmi.activation.ActivationGroup
*/
@SuppressWarnings("removal")
public class ActivationGroupImpl extends ActivationGroup {
// use serialVersionUID from JDK 1.2.2 for interoperability