aboutsummaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)Author
2009-02-05Replace ReferenceCache w/ MapMaker.crazyboblee
2009-02-04Improves Grapher's display of names:phopkins
2009-01-25Multilbinder now uses findBindingsByType. Should improve startup performance.dhanji
2008-12-31Removed old API diffs.limpbizkit
2008-12-31Fixes HasDependency instance cases in the Grapherphopkins
2008-12-30Adds Graphviz-based grapher extensionphopkins
2008-12-29Removing the obsolete commands extension. Almost all of it has been rolled in...limpbizkit
2008-12-29Supporting HasDependencies for Multibinder, MapBinder and AssistedInject v1. limpbizkit
2008-12-28phopkins' changes to BindingTargetVisitor so it accepts wildcard types. Origi...limpbizkit
2008-12-27Mikeward's Javadoc fixes. Mike read through all of our Javadoc (thank you!) a...limpbizkit
2008-12-25This should be the last big refactoring before Guice 2 final...limpbizkit
2008-12-10Applying dtm's suggestions for r723.limpbizkit
2008-12-09Applying Daniel Martin's fixes for our test cases.limpbizkit
2008-12-09Big API change to AssistedInject Deluxe.limpbizkit
2008-12-02Removed old Javadocs.limpbizkit
2008-12-02AssistedInject Deluxe.limpbizkit
2008-11-30New type safety for multibindings... I changed the methods to take TypeLitera...limpbizkit
2008-11-29Fix for issue 254.limpbizkit
2008-11-26Removing the obsolete PrivateModules extension; PrivateModules are now folded...limpbizkit
2008-11-26Pretty massive rewrite of PrivateModules so that they're now implemented in c...limpbizkit
2008-11-25Adding newPrivateBinder() to the SPI. We're promoting private bindings from a...limpbizkit
2008-11-25Removed old Javadocs.limpbizkit
2008-11-04More Javadoc fixes...limpbizkit
2008-11-02Taking advantage of the error message changes in some extensions.limpbizkit
2008-11-02Removing compiletime. This is obsoleted by GIN.limpbizkit
2008-11-02Cleaning up exceptions and Javadoc:limpbizkit
2008-10-24Incorporating Brian Slesinsky's feedback into the PrivateModules javadoclimpbizkit
2008-10-23More docs for PrivateModules...limpbizkit
2008-10-17New test case as recommended by Mike Ward.limpbizkit
2008-10-17Applied feedback from code reviews by Mike Ward and Giles Douglas.limpbizkit
2008-10-16Incorporating improvements suggested by Daniel Martin - making PrivateModule'...limpbizkit
2008-10-16Implementation-level docs for PrivateModuleslimpbizkit
2008-10-15Crazy circular-dependency tests for private modules, plus a fix to make them ...limpbizkit
2008-10-15Javadoc for PrivateModuleslimpbizkit
2008-10-15Refinements to PrivateModules:limpbizkit
2008-10-15Private modules first draft. I'm not in love with the name "PrivateModules" o...limpbizkit
2008-09-29jmourits' changes to assistedinject so toString() etc. on the proxies work. P...limpbizkit
2008-09-03Moving error sources so they're now reported in the same place for configurat...limpbizkit
2008-08-29Cleaning up some internals for the SPI.limpbizkit
2008-08-02LAST move of the visitors. I moved BindTargetVisitor to BindingTargetVisitor ...limpbizkit
2008-07-28Grand unification of commands and SPI:limpbizkit
2008-07-07Axing EarlyRequestProvider and FutureInjector. Now that commands are more tig...limpbizkit
2008-06-19Axing SourceProviders and SourceProvider in favour of Binder.withSource and B...limpbizkit
2008-06-18Eliminated static from SourceProviders. The new mechanism to specify the sour...limpbizkit
2008-06-16Cleanup after the big errors refactoring. limpbizkit
2008-06-15Massive refactoring to exception handling. I'm trying to simplify things, but...limpbizkit
2008-06-10Fixing owner types so they're no longer missing in ThrowingProviderBinder. Al...limpbizkit
2008-06-10Making Types public for issue 123.limpbizkit
2008-06-08Applied Stuart McColloch's patch for issue 121 - making Guice into an OSGi bu...limpbizkit
2008-06-03Adopt latest google collections snapshot (partially); some style cleanupkevinb9n