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, 2002, 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
@ -50,6 +50,7 @@ import java.rmi.activation.ActivationGroup;
*
* @author Ann Wollrath
*/
@SuppressWarnings("removal")
public abstract class ActivationGroupInit
{
/**