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