mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +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.