2009/3/17 sebb <[email protected]>: > The JCIP annotation jar > > http://jcip.net/annotations/doc/net/jcip/annotations/package-summary.html > > is now available from Maven repos, so it might be a good idea to start > using the annotations for code that requires Java 1.5+. > > Any objections if I add it as an optional dependency to HttpClient, > and start adding annotations to classes? > > I don't think we need to update the NOTICE file as we are not > republishing or creating a derived work, see end of Javadoc. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
I'm for that. I've been documenting thread-safety aspects for the Content Codings patch, but using the annotations makes sense. Cheers, James --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
