src/java.naming/share/classes/javax/naming/Name.java
changeset 51437 6221a199ec20
parent 51317 e122220d7d7e
equal deleted inserted replaced
51436:091c0d22e735 51437:6221a199ec20
    61 
    61 
    62    /**
    62    /**
    63     * The class fingerprint that is set to indicate
    63     * The class fingerprint that is set to indicate
    64     * serialization compatibility with a previous
    64     * serialization compatibility with a previous
    65     * version of the class.
    65     * version of the class.
       
    66     *
       
    67     * @deprecated A {@code serialVersionUID} field in an interface is
       
    68     * ineffectual. Do not use; no replacement.
    66     */
    69     */
    67     @SuppressWarnings("serial") // serialVersionUID in an interface is ineffectual
    70     @Deprecated
       
    71     @SuppressWarnings("serial")
    68     static final long serialVersionUID = -3617482732056931635L;
    72     static final long serialVersionUID = -3617482732056931635L;
    69 
    73 
    70     /**
    74     /**
    71      * Generates a new copy of this name.
    75      * Generates a new copy of this name.
    72      * Subsequent changes to the components of this name will not
    76      * Subsequent changes to the components of this name will not