The only thing different that I can see is that yo...
# kobalt
e
The only thing different that I can see is that you use
@Retention(RetentionPolicy.RUNTIME)
, I used
@Retention(RetentionPolicy.SOURCE)
, and that makes no difference.