mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8262807: Note assumptions of core reflection modeling and parameter handling
Reviewed-by: rriggs
This commit is contained in:
parent
26234b5333
commit
99b39aadbd
4 changed files with 93 additions and 39 deletions
|
@ -1266,6 +1266,9 @@ public final class Class<T> implements java.io.Serializable,
|
|||
*
|
||||
* @return the {@code int} representing the modifiers for this class
|
||||
* @see java.lang.reflect.Modifier
|
||||
* @see <a
|
||||
* href="{@docRoot}/java.base/java/lang/reflect/package-summary.html#LanguageJvmModel">Java
|
||||
* programming language and JVM modeling in core reflection</a>
|
||||
* @since 1.1
|
||||
* @jls 8.1.1 Class Modifiers
|
||||
* @jls 9.1.1. Interface Modifiers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue