Compiler support for private interface methods.
Manish Motwani
manishmotwani at gmail.com
Sun Jan 29 03:09:34 UTC 2017
Hi,
This is in reference to:
http://mail.openjdk.java.net/pipermail/jdk9-dev/2015-March/001981.html
Thanks for fixing this!
Is there also a plan to allow "*private static*" fields on interfaces?
"public" and "package protected" static fields are already allowed, but
private static fields can also be useful in default methods on interfaces.
Thanks,
Manish
More information about the jdk9-dev
mailing list