mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
7032975: API files in javax.annotation.processing need to be updated for references to JLS
7032972: API files in javax.tools need to updated for references to JVM Spec with editions/hyperlinks 7032978: API files in javax.tools need to be updated for references to JLS with editions/hyperlinks Removed URLs and 'edition' references Reviewed-by: jjg, darcy
This commit is contained in:
parent
02daeca60e
commit
e9456bc9af
107 changed files with 184 additions and 171 deletions
|
@ -46,7 +46,7 @@ package javax.lang.model.element;
|
|||
|
||||
public enum Modifier {
|
||||
|
||||
// See JLS2 sections 8.1.1, 8.3.1, 8.4.3, 8.8.3, and 9.1.1.
|
||||
// See JLS sections 8.1.1, 8.3.1, 8.4.3, 8.8.3, and 9.1.1.
|
||||
// java.lang.reflect.Modifier includes INTERFACE, but that's a VMism.
|
||||
|
||||
/** The modifier {@code public} */ PUBLIC,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue