aboutsummaryrefslogtreecommitdiff
path: root/src/com/google
AgeCommit message (Expand)Author
2007-02-08Added servlet scopes.crazyboblee
2007-02-08Renamed put() to scope().crazyboblee
2007-02-07Modified Guice to use different names for generated classes from stock cglib.crazyboblee
2007-02-07Reimplemented Scopes as a normal class.crazyboblee
2007-02-07Updated scope javadocs.crazyboblee
2007-02-05Added overloaded methods which accept a name to Container. Re-implemented the...crazyboblee
2007-02-03Removed old Javadocs.crazyboblee
2007-02-03Added builder() to AbstractFactory.crazyboblee
2007-02-03Removed old Javadocs.crazyboblee
2007-02-03Removed old Javadocs.crazyboblee
2007-02-03Made to(T) public.crazyboblee
2007-02-03Removed old Javadocs.crazyboblee
2007-02-03Added Queries.returns(). Renamed all() to any(). Excluded SourceConsumer from...crazyboblee
2007-02-03Exposed source provider functionality through spi.crazyboblee
2007-02-03Updated javadocs. Made Queries.all() take Object insted of T.crazyboblee
2007-02-03Updated javadocs.crazyboblee
2007-02-03Added ProxyFactory.getFactory() to simplify standalone use of ProxyFactory.crazyboblee
2007-02-03Finished interception framework. Added Container.findBindingsByType().crazyboblee
2007-02-02Implemented ProxyFactory.crazyboblee
2007-02-02Fixed copyright declarations.crazyboblee
2007-02-02Exposed the error message objects.crazyboblee
2007-02-02Introduced ToStringBuilder. Pulled up ConstructorInjector. Introduced Constru...crazyboblee
2007-02-02Moved Query, etc., to intercept package.crazyboblee
2007-02-02Added Query which will be used to apply interceptors.crazyboblee
2007-02-02Added Binding. The source object now follows the binding all the way through.crazyboblee
2007-02-01Added convenience method for specifying container scope.crazyboblee
2007-02-01Added parameter index to context. This will be useful if a custom factory wan...crazyboblee
2007-02-01Implemented explicit preloading. Updated copyright notices.crazyboblee
2007-02-01Enabled validation of static dependencies.crazyboblee
2007-02-01Pulled up some anonymous inner classes. Hopefully the CB will be eligible for...crazyboblee
2007-02-01Created ContainerCreationException which delivers the error messages to the c...crazyboblee
2007-01-31Updated Javadocs. Renamed TypeToken to TypeLiteral. Hid ConfigurationExceptio...crazyboblee
2007-01-31Further improved the up front error reporting. Hid ErrorMessage and source() ...crazyboblee
2007-01-30Removed documentation template. Using Docs instead.crazyboblee
2007-01-30Added support for up front error handling. More work remains.crazyboblee
2007-01-29Renamed injectStatics() to requestStaticInjection().crazyboblee
2007-01-29Updated Javadocs.crazyboblee
2007-01-29Fixed Javadoc warning.crazyboblee
2007-01-29Renamed performance test. Introduced AbstractModule to support more concise c...crazyboblee
2007-01-29Added a hand coded implementation to the performance comparison.crazyboblee
2007-01-29Modified Container to return a 'creator' or new instance factory. This helps ...crazyboblee
2007-01-29Removed unnecessary interface.crazyboblee
2007-01-26Removed return types in ConstantBindingBuilder and LinkedBindingBuilder. Upda...crazyboblee
2007-01-26Added code to automatically convert between primitive types and their wrapper...crazyboblee
2007-01-25Used cglib for critical constructor and method invocations boosting overall p...crazyboblee
2007-01-25Minor performance enhancements (removed unnecessary object creations).crazyboblee
2007-01-25Redesigned scopes to enable custom implementations. Renamed DependencyExcepti...crazyboblee
2007-01-22Added missing file.crazyboblee
2007-01-20Refactored ContainerBuilder API. Added support for generic types.crazyboblee
2006-12-11Refactoring binding API. Adding support for generic types.crazyboblee