src/share/classes/com/sun/tools/javap/DisassemblerTool.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 1358
fc123bdeddb8
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
42 * @see DiagnosticListener 42 * @see DiagnosticListener
43 * @see Diagnostic 43 * @see Diagnostic
44 * @see JavaFileManager 44 * @see JavaFileManager
45 * @since 1.7 45 * @since 1.7
46 * 46 *
47 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 47 * <p><b>This is NOT part of any supported API.
48 * you write code that depends on this, you do so at your own risk. 48 * If you write code that depends on this, you do so at your own risk.
49 * This code and its internal interfaces are subject to change or 49 * This code and its internal interfaces are subject to change or
50 * deletion without notice.</b> 50 * deletion without notice.</b>
51 */ 51 */
52 public interface DisassemblerTool extends Tool, OptionChecker { 52 public interface DisassemblerTool extends Tool, OptionChecker {
53 53

mercurial