Tagged Questions
7
votes
3answers
1k views
JSR305 vs. JSR308 (Java Type Anotations) - Which is going to be the standard?
There seem to be two different JSRs for annotations.
JSR-305: Annotations for Software Defect Detection (additional resource)
JSR-308: Annotations on Java Types (additional resource)
Both seem to ...