runt18 / jsr-305

Automatically exported from code.google.com/p/jsr-305
0 stars 0 forks source link

TypeQualifierNickname annotation lacks @Retention(RetentionPolicy.RUNTIME) #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open TypeQualifierNickname.java

What is the expected output? What do you see instead?
TypeQualifierNickname lacks @Retention(RetentionPolicy.RUNTIME)

What version of the product are you using? On what operating system?
r43

Please provide any additional information below.
All other annotations like TypeQualifier have runtime retention policy.
TypeQualifierNickname doesn't and thus - it cannot be examined by reflection

Original issue reported on code.google.com by wiktor.k...@gmail.com on 30 Jun 2009 at 7:21