mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
The `deprecated` attribute is deprecated as of Spring Boot 1.3 and replaced by the `deprecation` object. Any IDE relying on the previous structure still expects the `deprecated` attribute though. The annotation processor is adding that information automatically when it merges manual content so it is not necessary to define that attribute in the source. Closes gh-4127