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