TestMe.java revision 0:9a66ca7c79fa
1259473Sdim/*
2259473Sdim * Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
3259473Sdim * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4259473Sdim *
5259473Sdim * This code is free software; you can redistribute it and/or modify it
6259473Sdim * under the terms of the GNU General Public License version 2 only, as
7259473Sdim * published by the Free Software Foundation.
8259473Sdim *
9259473Sdim * This code is distributed in the hope that it will be useful, but WITHOUT
10259473Sdim * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11259473Sdim * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12259473Sdim * version 2 for more details (a copy is included in the LICENSE file that
13259473Sdim * accompanied this code).
14259473Sdim *
15259473Sdim * You should have received a copy of the GNU General Public License version
16259473Sdim * 2 along with this work; if not, write to the Free Software Foundation,
17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18 *
19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
20 * CA 95054 USA or visit www.sun.com if you need additional information or
21 * have any questions.
22 */
23
24class TestMe extends Old {}
25@Deprecated class Old {}
26