test/tools/javac/processing/environment/round/Foo.java

Wed, 27 May 2009 22:34:43 -0700

author
darcy
date
Wed, 27 May 2009 22:34:43 -0700
changeset 289
84061bd68019
parent 232
1fbc1cc6e260
child 554
9d9f26857129
permissions
-rw-r--r--

6843761: Update langtools tests to remove unncessary -source and -target options
Reviewed-by: jjg

darcy@232 1 /*
darcy@232 2 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
darcy@232 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
darcy@232 4 *
darcy@232 5 * This code is free software; you can redistribute it and/or modify it
darcy@232 6 * under the terms of the GNU General Public License version 2 only, as
darcy@232 7 * published by the Free Software Foundation.
darcy@232 8 *
darcy@232 9 * This code is distributed in the hope that it will be useful, but WITHOUT
darcy@232 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
darcy@232 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
darcy@232 12 * version 2 for more details (a copy is included in the LICENSE file that
darcy@232 13 * accompanied this code).
darcy@232 14 *
darcy@232 15 * You should have received a copy of the GNU General Public License version
darcy@232 16 * 2 along with this work; if not, write to the Free Software Foundation,
darcy@232 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
darcy@232 18 *
darcy@232 19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
darcy@232 20 * CA 95054 USA or visit www.sun.com if you need additional information or
darcy@232 21 * have any questions.
darcy@232 22 */
darcy@232 23
darcy@232 24 @AnnotatedElementInfo(annotationName="AnnotatedElementInfo",
darcy@232 25 expectedSize=1,
darcy@232 26 names="Foo")
darcy@232 27 public class Foo {}

mercurial