File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
java.compiler/share/classes
jdk.compiler/share/classes Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2014, 2016 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2014, 2021 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
2424 */
2525
2626/**
27- * Defines the Language Model, Annotation Processing, and Java Compiler APIs.
27+ * Defines the {@index "Language Model"}, {@index "Annotation Processing"}, and
28+ * {@index "Java Compiler"} APIs.
29+ *
2830 * <p>
2931 * These APIs model declarations and types of the Java programming language,
3032 * and define interfaces for tools such as compilers which can be invoked
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2014, 2019 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2014, 2021 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
2828 * {@linkplain javax.tools.ToolProvider#getSystemJavaCompiler system Java compiler}
2929 * and its command line equivalent, <em>{@index javac javac tool}</em>.
3030 *
31+ * <p>The {@code com.sun.source.*} packages provide the {@index "Compiler Tree API"}:
32+ * an API for accessing the abstract trees (ASTs) representing Java source code
33+ * and documentation comments, used by <em>javac</em>, <em>javadoc</em> and related tools.
34+ *
3135 * <h2 style="font-family:'DejaVu Sans Mono', monospace; font-style:italic">javac</h2>
3236 *
3337 * <p>
You can’t perform that action at this time.
0 commit comments