Are public members variables in Java 8 interfaces a feature or an implementation side-effect/defect?
This question pertains to the pre-release Java 8 build lambda-8-
Public fields in interfaces are not a new features in Java 8. If you remember that they are implicitly static and final, the results you are seeing make perfect sense.