8263102: Expand documention of Method.isBridge

Reviewed-by: smarks
This commit is contained in:
Joe Darcy 2021-03-10 03:43:53 +00:00
parent d0c1aec202
commit 67ea3bd6a4
3 changed files with 42 additions and 7 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2012, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 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
@ -518,6 +518,7 @@ public abstract class Executable extends AccessibleObject
* construct as defined by
* <cite>The Java Language Specification</cite>.
* @jls 13.1 The Form of a Binary
* @jvms 4.6 Methods
*/
public boolean isSynthetic() {
return Modifier.isSynthetic(getModifiers());