On 17/03/2009, Oleg Kalnichevski <[email protected]> wrote: > sebb wrote: > > > 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. > > > > > > Sebastian > > HttpClient would no longer compile without jcip-annotations.jar on the > class path, would it?
The jar is needed for compilation, however it's not needed at run-time. > Oleg > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
