Note: those annotations, I'm talking about, are specified by JSR305.
I have the latest Findbugs (1.3.9) and it finds errors correctly
when some field, annotated with @Nonnull, is assigned to null.
But, in my ...
So, I would like to use the findbugs annotations to suppress warnings we deem ok code.
Do we need to deploy the annotation.jar and jsr305.jar into our production runtime, or do we ...