spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Include "since" info in generated Javadoc for new and deprecated APIs

Open sbrannen opened this issue 2 weeks ago • 4 comments

Overview

Recent versions of the javadoc command support -since and -since-label options which allow @since and @Deprecated(since=...) information to be included in the generated Javadoc HTML.

Examples for JDK 24

Examples for Spring Framework.

Screenshots taken from local build.

Image Image

sbrannen avatar Nov 26 '25 16:11 sbrannen