Java 9: Enhanced deprecation

2520 days ago via vojtechruzicka    Discuss    Technology
@Deprecated annotation, introduced in Java 5, received several enhancements in Java 9, which makes easier to document the deprecation of API. Java 8 Deprecation @deprecated JavaDoc tag In Java 1.1, a new JavaDoc tag was introduced – @deprecated. Java 1.1 introduced many new APIs, which were meant to replace some old ones. There was a need to […]
The post Java 9: Enhanced deprecation appeared first on Vojtech Ruzicka's Programming Blog.

Submit a Comment

Log in to comment or register here