Lime Guice (No Comments)
By sam | April 21, 2008 - Posted in Coding, Guice, JMock
Back in November, I wrote about LimeWire starting to convert to Guice. Now, 4 months later, we’re enjoying the fruits of our labor. We can easily add dependencies and write useful tests. Take this diff fragment:
@@ -37,6 +48,12 @@
*/
class StoreDownloaderImpl extends ManagedDownloaderImpl implements StoreDownloader {
+ /**
+ […]
