mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8225465: Add @jls tags to receiver type methods
Reviewed-by: lancea, jjg
This commit is contained in:
parent
4a3b3d365e
commit
a073e354ce
3 changed files with 12 additions and 0 deletions
|
@ -673,6 +673,10 @@ public abstract class Executable extends AccessibleObject
|
|||
* @return an object representing the receiver type of the method or
|
||||
* constructor represented by this {@code Executable} or {@code null} if
|
||||
* this {@code Executable} can not have a receiver parameter
|
||||
*
|
||||
* @jls 8.4 Method Declarations
|
||||
* @jls 8.4.1 Formal Parameters
|
||||
* @jls 8.8 Constructor Declarations
|
||||
*/
|
||||
public AnnotatedType getAnnotatedReceiverType() {
|
||||
if (Modifier.isStatic(this.getModifiers()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue