Top "Jsr305" questions

(Dormant JSR) Annotations for Software Defect Detection

What is the status of JSR 305?

I have seen the question JSR305 vs. JSR308 (Java Type Anotations) - Which is going to be the standard? and …

java jsr305
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 java-7 jsr305
@Nullable/@NotNull with IntelliJ IDEA, Maven & JSR 305

I really like the code inspection functionalities which are now able with either JSR 305 or Jetbrains' proprietary annotations for IntelliJ. …

java maven intellij-idea findbugs jsr305
Why do I need adding artifact JSR305 to use Guava 14+?

While looking for informations on stackoverflow, I have seen a question similar to mine, but with no real answer here. …

java maven guava jsr305