package-info.java revision 3193:3b3bea483542
1118515Smtm/*
2118515Smtm * Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
3118515Smtm * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4118515Smtm *
5118515Smtm * This code is free software; you can redistribute it and/or modify it
6118515Smtm * under the terms of the GNU General Public License version 2 only, as
7118515Smtm * published by the Free Software Foundation.  Oracle designates this
8118515Smtm * particular file as subject to the "Classpath" exception as provided
9136224Smtm * by Oracle in the LICENSE file that accompanied this code.
10118515Smtm *
11118515Smtm * This code is distributed in the hope that it will be useful, but WITHOUT
12118515Smtm * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13118515Smtm * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14132716Seik * version 2 for more details (a copy is included in the LICENSE file that
15132716Seik * accompanied this code).
16118515Smtm *
17132716Seik * You should have received a copy of the GNU General Public License version
18132597Smtm * 2 along with this work; if not, write to the Free Software Foundation,
19132716Seik * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20132597Smtm *
21118515Smtm * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22118515Smtm * or visit www.oracle.com if you need additional information or have any
23118515Smtm * questions.
24118515Smtm */
25132716Seik
26153027Sdougb/**
27153027Sdougb    Classes to dump class files in text format.
28118515Smtm
29118515Smtm    <p><b>This is NOT part of any supported API.
30118515Smtm    If you write code that depends on this, you do so at your own risk.
31118515Smtm    This code and its internal interfaces are subject to change or
32118515Smtm    deletion without notice.</b>
33153027Sdougb*/
34118515Smtmpackage com.sun.tools.javap;
35118515Smtm