refactor: Remove org.jetbrains.annotations imports#17680
refactor: Remove org.jetbrains.annotations imports#17680voonhous merged 1 commit intoapache:masterfrom
Conversation
|
@voonhous could you help review this refactoring PR? |
org.jetbrains.annotations imports
org.jetbrains.annotations importsorg.jetbrains.annotations imports
org.jetbrains.annotations importsThere was a problem hiding this comment.
Since we've migrated to Lombok, should we use lombok.NonNull instead?
Should we also take the chance to standardise the @VisibleForTesting usages, we are mainly using:
org.apache.hudi.common.util.VisibleForTesting
But i see references to:
org.apache.flink.annotation.VisibleForTestingcom.google.common.annotations.VisibleForTesting
On a second thought,
We should do a separate sweep, #17688 to track. |
Describe the issue this Pull Request addresses
Closes #17678. This PR removes
org.jetbrains.annotationsimports that cause issues.Summary and Changelog
This PR replaces
org.jetbrains.annotationsusage withjavax.annotationinstead.Impact
Refactoring
Risk Level
none
Documentation Update
none
Contributor's checklist