package-info.java revision 3193:3b3bea483542
1135446Strhodes/*
2262706Serwin * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
3135446Strhodes * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4135446Strhodes *
5174187Sdougb * This code is free software; you can redistribute it and/or modify it
6135446Strhodes * under the terms of the GNU General Public License version 2 only, as
7135446Strhodes * published by the Free Software Foundation.  Oracle designates this
8135446Strhodes * particular file as subject to the "Classpath" exception as provided
9135446Strhodes * by Oracle in the LICENSE file that accompanied this code.
10135446Strhodes *
11135446Strhodes * This code is distributed in the hope that it will be useful, but WITHOUT
12135446Strhodes * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13135446Strhodes * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14135446Strhodes * version 2 for more details (a copy is included in the LICENSE file that
15135446Strhodes * accompanied this code).
16135446Strhodes *
17135446Strhodes * You should have received a copy of the GNU General Public License version
18170222Sdougb * 2 along with this work; if not, write to the Free Software Foundation,
19170222Sdougb * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20135446Strhodes *
21135446Strhodes * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22135446Strhodes * or visit www.oracle.com if you need additional information or have any
23135446Strhodes * questions.
24135446Strhodes */
25135446Strhodes
26135446Strhodes/**
27170222Sdougb * Provides interfaces to represent documentation comments as abstract syntax
28135446Strhodes * trees (AST).
29135446Strhodes *
30135446Strhodes * @author Jonathan Gibbons
31174187Sdougb * @since 1.8
32135446Strhodes * @see <a href="http://download.oracle.com/javase/6/docs/technotes/tools/solaris/javadoc.html#javadoctags">http://download.oracle.com/javase/6/docs/technotes/tools/solaris/javadoc.html#javadoctags</a>
33135446Strhodes */
34135446Strhodespackage com.sun.source.doctree;
35135446Strhodes