Hello, I'd like to report that certain public classes such as ConnectParam are exposing the @NonNull lombok annotation. This is requiring the client of the library to forcefully declare the lombok dependency as it is failing with JDK25 compilers. Would it be possible to remove such exposure considering it's a build only internal annotation?