-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b120
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8030325 | 8u5 | Stuart Marks | P3 | Resolved | Fixed | b01 |
The @FunctionalInterface annotation needs to be added to the java.util.concurrent.Callable interface.
Rationale given by Brian Goetz in this email:
http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-October/022729.html
This probably needs to be added to Doug Lea's upstream CVS repository first; it doesn't appear to be there as of this writing.
Rationale given by Brian Goetz in this email:
http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-October/022729.html
This probably needs to be added to Doug Lea's upstream CVS repository first; it doesn't appear to be there as of this writing.
- backported by
-
JDK-8030325 Add @FunctionalInterface annotation to Callable interface
- Resolved