theigl commented on PR #1093: URL: https://github.com/apache/wicket/pull/1093#issuecomment-2631149936
Is there a reason you went with `jakarta-annotations` and not with [JSpecify](https://jspecify.dev)? JSpecify is intended to be the defacto standard and Spring Framework [recently migrated](https://github.com/spring-projects/spring-framework/issues/28797) all their annotations to it. I recently annotated our main project with it but I went the other way and used JSpecify's [recommended strategy](https://jspecify.dev/docs/applying/) of applying `@NullMarked` on the package level und marking `@Nullable` parameters. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
