aboutsummaryrefslogtreecommitdiff
path: root/guice.ipr
AgeCommit message (Expand)Author
2010-10-19Maven atom build file for Guice core.dhanji
2010-09-11more build configuration fixeslimpbizkit@gmail.com
2010-09-11Adjust IntelliJ metadata for moved projects.limpbizkit@gmail.com
2010-08-26Changing Guice Javadoc to build with Doclava (beta)limpbizkit@gmail.com
2009-09-29We pass the TCK!crazyboblee
2009-09-28Updated Guice to use JUnit-enabled TCK.crazyboblee
2009-09-28Added JSR-330 TCK.crazyboblee
2009-09-07First effort at support for JSR 330.limpbizkit
2009-05-19Adding notes to package-info pointing at the required .jar files.limpbizkit
2009-05-19Removed old Javadocs.limpbizkit
2009-04-08More listener changes:limpbizkit
2009-04-08Simplifying listeners:limpbizkit
2009-03-18Early draft of InjectionListeners.limpbizkit
2009-02-21Regrettably replacing jarjar'd Google Collections with minimal copies of the ...limpbizkit
2009-02-05Replace ReferenceCache w/ MapMaker.crazyboblee
2008-12-31Removed old API diffs.limpbizkit
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-09Removed old Javadocs.limpbizkit
2008-12-02Removed old Javadocs.limpbizkit
2008-11-26Removing the obsolete PrivateModules extension; PrivateModules are now folded...limpbizkit
2008-11-25Removed old Javadocs.limpbizkit
2008-11-02Removing compiletime. This is obsoleted by GIN.limpbizkit
2008-10-16Removed old Javadocs.limpbizkit
2008-06-15Massive refactoring to exception handling. I'm trying to simplify things, but...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
2008-05-01New multibindings extension.limpbizkit
2008-04-16adding first pass of compile-time guice. Also moving stuff to internal to mak...limpbizkit
2008-03-08Big change - changing BinderImpl to use commands/limpbizkit
2008-02-18Adding commands modulelimpbizkit
2008-02-18Renamed 'visitable' to 'commands'limpbizkit
2008-01-31Added assistedinject, throwing providers moduleslimpbizkit
2007-09-09Disabled serialVersionUID warnings in IntelliJ. No more warnings\!crazyboblee
2007-09-08Fixed infinite recursion in Injector.toString().crazyboblee
2007-09-06Extended Binding to better support tools. Fixed bug where we were ignoring ex...crazyboblee
2007-05-15remove some irrelevant things from the .ipr filekevinb9n
2007-03-14Fixed Struts 2 plugin to load user's module. Added more error detection.crazyboblee
2007-03-07Removed old Javadocs.crazyboblee
2007-03-07Updated example.crazyboblee
2007-03-02Added Spring and JNDI integration.crazyboblee
2007-03-02Locked down binder API even more.crazyboblee
2007-03-01Renamed default impl and provider annotations.crazyboblee
2007-03-01Examples.crazyboblee
2007-02-27Removed old Javadocs.kevinb9n
2007-02-27Added examples.crazyboblee
2007-02-25Moved servlet package into its own module.crazyboblee
2007-02-20Removed convenience methods from Container. Broke down BindingBuilder into mu...crazyboblee
2007-02-17Made TypeLiteral equals() and hashCode() much more robust.crazyboblee
2007-02-15Renamed 'ForBinding' to 'Binder'. Introduced Stage. Added name package to Jav...crazyboblee