aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2006-12-08Added TypeToken. Refactored Key to use it. Goodbye, raw types!crazyboblee
2006-12-07Added key tests and code to convert to raw keys.crazyboblee
2006-12-06Refactoring binding API. Adding support for generic types.crazyboblee
2006-12-02Refactoring binding API. Adding support for generic types.crazyboblee
2006-11-22Make it possible to inject constant instanceslimpbizkit
2006-11-21Added type conversion for constants. Optimized ReferenceCache. crazyboblee
2006-11-16Added alias methods to container builder, added npe check when retrieving a f...donald.brown
2006-08-25Initial checkin.crazyboblee