Pritt Balagopal
04/02/2025, 7:36 PMorg.springframework.lang
? The online Javadoc for the website does indicate that it does https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/lang/package-summary.html however, on Kotlin's own source file, it is not mentioned anywhere here: https://github.com/JetBrains/kotlin/blob/master/core/compiler.common.jvm/src/org/jetbrains/kotlin/load/java/JvmAnnotationNames.kt. I am confused, does Kotlin support it or not? And if so, how does it do so despite not being listed?JasonB
04/02/2025, 10:14 PMJasonB
04/02/2025, 10:15 PMPritt Balagopal
04/03/2025, 4:34 AMJasonB
04/03/2025, 5:19 AMJasonB
04/03/2025, 5:21 AMjavax.annotation
annotations to mark these, which Kotlin does recognizeJasonB
04/03/2025, 5:22 AMPritt Balagopal
04/03/2025, 8:10 AMKlitos Kyriacou
04/03/2025, 1:31 PMsdeleuze
04/26/2025, 12:36 PM-Xjsr305=strict
since org.springframework.lang
nullness annotations are meta-annotated with JSR 305 ones.
With Spring Framework 7, JSpecify annotations will be recognized out-of-the-box.