8278318: Create {@index} entries for key LangTools terms
Reviewed-by: darcy
This commit is contained in:
parent
2ff12966a3
commit
f148e3e462
src
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -24,7 +24,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Defines the Language Model, Annotation Processing, and Java Compiler APIs.
|
||||
* Defines the {@index "Language Model"}, {@index "Annotation Processing"}, and
|
||||
* {@index "Java Compiler"} APIs.
|
||||
*
|
||||
* <p>
|
||||
* These APIs model declarations and types of the Java programming language,
|
||||
* and define interfaces for tools such as compilers which can be invoked
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,6 +28,10 @@
|
||||
* {@linkplain javax.tools.ToolProvider#getSystemJavaCompiler system Java compiler}
|
||||
* and its command line equivalent, <em>{@index javac javac tool}</em>.
|
||||
*
|
||||
* <p>The {@code com.sun.source.*} packages provide the {@index "Compiler Tree API"}:
|
||||
* an API for accessing the abstract trees (ASTs) representing Java source code
|
||||
* and documentation comments, used by <em>javac</em>, <em>javadoc</em> and related tools.
|
||||
*
|
||||
* <h2 style="font-family:'DejaVu Sans Mono', monospace; font-style:italic">javac</h2>
|
||||
*
|
||||
* <p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user