mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-07-20 03:13:00 +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.