mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8339631: Fix block @jls and @jvms tags
Reviewed-by: liach, darcy, jjg
This commit is contained in:
parent
615a24f216
commit
88cccc14db
22 changed files with 53 additions and 53 deletions
|
@ -755,7 +755,7 @@ public final class Method extends Executable {
|
|||
* {@link Class} and no definition can be found for the
|
||||
* default class value.
|
||||
* @since 1.5
|
||||
* @jls 9.6.2 Defaults for Annotation Type Elements
|
||||
* @jls 9.6.2 Defaults for Annotation Interface Elements
|
||||
*/
|
||||
public Object getDefaultValue() {
|
||||
if (annotationDefault == null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue