Resolved.java revision 2362
f73d4f622845cf2471e94e6d1676a3e6ee1b9e68vboxsync/*
9655fcecf0e74ce9fdc5650b29fc8363b9877ba5vboxsync * Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.
6a7f4c063601bb37972a2e2f386a61b618ace070vboxsync * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6a7f4c063601bb37972a2e2f386a61b618ace070vboxsync *
6a7f4c063601bb37972a2e2f386a61b618ace070vboxsync * This code is free software; you can redistribute it and/or modify it
6a7f4c063601bb37972a2e2f386a61b618ace070vboxsync * under the terms of the GNU General Public License version 2 only, as
6a7f4c063601bb37972a2e2f386a61b618ace070vboxsync * published by the Free Software Foundation.
6a7f4c063601bb37972a2e2f386a61b618ace070vboxsync *
6a7f4c063601bb37972a2e2f386a61b618ace070vboxsync * This code is distributed in the hope that it will be useful, but WITHOUT
6a7f4c063601bb37972a2e2f386a61b618ace070vboxsync * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
db38af0b41a1f59bfa01e75d05d7e7d21f1ef0e0vboxsync * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
8e7602ff7aee17ba9e341e700a4cbfd7c8979652vboxsync * version 2 for more details (a copy is included in the LICENSE file that
8e7602ff7aee17ba9e341e700a4cbfd7c8979652vboxsync * accompanied this code).
8e7602ff7aee17ba9e341e700a4cbfd7c8979652vboxsync *
8e7602ff7aee17ba9e341e700a4cbfd7c8979652vboxsync * You should have received a copy of the GNU General Public License version
8e7602ff7aee17ba9e341e700a4cbfd7c8979652vboxsync * 2 along with this work; if not, write to the Free Software Foundation,
8e7602ff7aee17ba9e341e700a4cbfd7c8979652vboxsync * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
e8d6ad6b60c8c3f920da8adbe6983a8f815729a6vboxsync *
4dc274b4b3e2131890888aeaa19a1ef653f7616avboxsync * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
a5ee617062007471336673b94a714e054f18c265vboxsync * or visit www.oracle.com if you need additional information or have any
4dc274b4b3e2131890888aeaa19a1ef653f7616avboxsync * questions.
4dc274b4b3e2131890888aeaa19a1ef653f7616avboxsync */
4dc274b4b3e2131890888aeaa19a1ef653f7616avboxsync
8e7602ff7aee17ba9e341e700a4cbfd7c8979652vboxsync/* @summary Ensure that serialization invokes writeReplace/readResolve methods
8e7602ff7aee17ba9e341e700a4cbfd7c8979652vboxsync * on dynamic proxies, just as with normal objects.
8e7602ff7aee17ba9e341e700a4cbfd7c8979652vboxsync */
8e7602ff7aee17ba9e341e700a4cbfd7c8979652vboxsync
db38af0b41a1f59bfa01e75d05d7e7d21f1ef0e0vboxsyncpublic interface Resolved {}
db38af0b41a1f59bfa01e75d05d7e7d21f1ef0e0vboxsync