Static methods on interfaces

Stephen Colebourne scolebourne at joda.org
Mon Dec 17 09:10:41 PST 2012


Can we (JSR-310 and more generally) rely on static methods in
interfaces being in JDK8? It affects a design decision currently in
progress ;-)

http://mail.openjdk.java.net/pipermail/lambda-dev/2012-December/006969.html

Also, can we assume that static methods are in not inherited by
implementors (unlike static constants on interfaces)?

Stephen


More information about the lambda-dev mailing list