src/java.management/share/classes/javax/management/AttributeChangeNotification.java
changeset 58766 54ffb15c4839
parent 47216 71c04702a3d5
equal deleted inserted replaced
58760:1f7f707c1aa9 58766:54ffb15c4839
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2003, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    72     private String attributeType = null;
    72     private String attributeType = null;
    73 
    73 
    74     /**
    74     /**
    75      * @serial The MBean attribute old value.
    75      * @serial The MBean attribute old value.
    76      */
    76      */
       
    77     @SuppressWarnings("serial") // Conditionally serializable
    77     private Object oldValue = null;
    78     private Object oldValue = null;
    78 
    79 
    79     /**
    80     /**
    80      * @serial The MBean attribute new value.
    81      * @serial The MBean attribute new value.
    81      */
    82      */
       
    83     @SuppressWarnings("serial") // Conditionally serializable
    82     private Object newValue = null;
    84     private Object newValue = null;
    83 
    85 
    84 
    86 
    85     /**
    87     /**
    86      * Constructs an attribute change notification object.
    88      * Constructs an attribute change notification object.