The document discusses new features in Java 8 and Eclipse support for these features, including:
- Early access builds of Eclipse provide support for some Java 8 features like type annotations, default methods, and lambda expressions, though support is still evolving.
- The Java 8 features include default methods in interfaces to allow interface evolution, lambda expressions as a cleaner way to represent code as data than anonymous classes, and type annotations to allow pluggable type systems for constraints like nullness.
- The Eclipse Java development team is working to fully support these Java 8 features in Eclipse with IDE features like code completion and static analysis tools leveraging the new language features.