Friday, October 17, 2014

7 new Jeps proposed for Java 9

These are the 7 new Jpes proposed for Java 9






211Elide Deprecation Warnings on Import Statements





212Resolve Lint and Doclint Warnings





213Milling Project Coin






214Remove GC Combinations Deprecated in JDK 8






215Tiered Attribution for javac





216Process Import Statements Correctly





217Annotations Pipeline 2.0
Most of the previous Jeps are related to Javadocs and deprecation warnings, they are not as bigger changes like lambdas, but always a good improvement in deprecation warnings, better Javadoc, or better annotation processing is well received.

No comments:

Post a Comment

Revolutionizing Stream Pipelines with Custom Intermediate Operations JEP 473: Stream Gatherers (Second Preview)

Introduction In the ever-evolving scene of Java improvement, the Stream API has been a foundation of utilitarian programming paradigms sin...