C.java revision 3233:b5d08bc0d224
170656Sobrien/*
270656Sobrien * Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
370656Sobrien * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
470656Sobrien *
570656Sobrien * This code is free software; you can redistribute it and/or modify it
670656Sobrien * under the terms of the GNU General Public License version 2 only, as
770656Sobrien * published by the Free Software Foundation.
870656Sobrien *
970656Sobrien * This code is distributed in the hope that it will be useful, but WITHOUT
1070656Sobrien * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1170656Sobrien * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1270656Sobrien * version 2 for more details (a copy is included in the LICENSE file that
1370656Sobrien * accompanied this code).
1470656Sobrien *
1570656Sobrien * You should have received a copy of the GNU General Public License version
1670656Sobrien * 2 along with this work; if not, write to the Free Software Foundation,
1770656Sobrien * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1870656Sobrien *
1970656Sobrien * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2070656Sobrien * or visit www.oracle.com if you need additional information or have any
2170656Sobrien * questions.
2270656Sobrien */
2370656Sobrien
2470656Sobrien/**
25216338Sdim * @todo This is a comment.
26216338Sdim * @ejb:bean This is a bean.
27216338Sdim * @regular Just a regular simple tag.
28216338Sdim * @tag-with-hyphens a tag that contains hyphens.
2970656Sobrien */
3070656Sobrien
3170656Sobrienpublic class C {}
32209869Snwhitehorn