@NonNull annotation leaked in public AP
Open
- Dominant language
- Java
- Stars
- 100
- Forks
- 100
- PR merge metrics
- No merged PRs in 30d
Description
Hello, I'd like to report that certain public classes such as [AWSXRay](https://github.com/aws/aws-xray-sdk-java/blob/master/aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/AWSXRay.java) are exposing the @NonNull checkerframework annotation. This is requiring the client of the library to forcefully declare the checkerframework dependency as it is failing with JDK25 compilers. Would it be possible to remove such exposure considering it's a build only internal annotation?
Contributor guide
Assessment
This issue has not been assessed yet.