8187982: Update SourceVersion to mention restricted keywords

Reviewed-by: mcimadamore
This commit is contained in:
Joe Darcy 2017-09-27 14:23:41 -07:00
parent 24d81d3f2e
commit 5d2a4c319a
3 changed files with 39 additions and 4 deletions

View file

@ -87,7 +87,7 @@ public interface ModuleElement extends Element, QualifiedNameable {
*
* @return {@code true} if this is an open module and {@code
* false} otherwise
*/ // TODO: add @jls to unnamed module section
*/
boolean isOpen();
/**
@ -96,7 +96,9 @@ public interface ModuleElement extends Element, QualifiedNameable {
*
* @return {@code true} if this is an unnamed module and {@code
* false} otherwise
*/ // TODO: add @jls to unnamed module section
*
* @jls 7.7.5 Unnamed Modules
*/
boolean isUnnamed();
/**