mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-20 22:17:09 +08:00
Hints annotation needs add @Retention(RetentionPolicy.RUNTIME), otherwise it will throw npe.
Hints annotation needs add @Retention(RetentionPolicy.RUNTIME), otherwise it will throw npe.