-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b161
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176963 | 10 | Vicente Arturo Romero Zaldivar | P2 | Resolved | Fixed | b03 |
Receiver parameters are not allowed in annotation methods. Javac should produce an error
@interface MethodRun {
int value(MethodRun this);
}
@interface MethodRun {
int value(MethodRun this);
}
- backported by
-
JDK-8176963 Javac incorrectly allows receiver parameters in annotation methods
- Resolved