1. 85d17c5 Renamed ContextualFactory to Generator. Disabed users from passing in Factory implementations. by crazyboblee · 18 years ago
  2. 2341837 Added updated Javadocs. by crazyboblee · 18 years ago
  3. 15c1527 Removed old Javadocs. by crazyboblee · 18 years ago
  4. 7379ee0 Added convenience methods for link(). by crazyboblee · 18 years ago
  5. 5e400d2 Prohibited binding to Factory<?>. by crazyboblee · 18 years ago
  6. db395b2 Add AbstractModule.intercept(). Hid Key.ofType() methods. Added support for injecting factories. by crazyboblee · 18 years ago
  7. 1b54d6a Made TypeLiteral equals() and hashCode() much more robust. by crazyboblee · 18 years ago
  8. b8b84f0 Renamed preload() to eagerly(). Added JMX to the Javadocs. by crazyboblee · 18 years ago
  9. d7908e8 Added a JMX interface to aid debugging. by crazyboblee · 18 years ago
  10. 3166586 Added updated Javadocs. by crazyboblee · 18 years ago
  11. 6f428d3 Removed old Javadocs. by crazyboblee · 18 years ago
  12. 278ee4d Renamed 'ForBinding' to 'Binder'. Introduced Stage. Added name package to Javadocs. Updated some random Javadocs. by crazyboblee · 18 years ago
  13. bc9a5b8 Removed broken imports. by crazyboblee · 18 years ago
  14. 66486ed Added updated Javadocs. by crazyboblee · 18 years ago
  15. e9b268f Removed old Javadocs. by crazyboblee · 18 years ago
  16. 91c37e3 Removed unused consts. by crazyboblee · 18 years ago
  17. b1f2e68 Modified scope binding to bind to scope annotations directly. No more strings. by crazyboblee · 18 years ago
  18. 1c4d3e3 Moved name-related logic into a subpackage. by crazyboblee · 18 years ago
  19. 4602a6f Added support for binding to annotations instead of names. by crazyboblee · 18 years ago
  20. a646edd Moved output directory back under the project dir to avoid permission problems. by crazyboblee · 18 years ago
  21. 7173353 Updated remaining Javadocs for query->matcher rename. Reformatted LineNumbers and added Chris's name to it (gotta give credit). Added asm-3.0.jar to IDEA project. by crazyboblee · 18 years ago
  22. 5374359 Made IntelliJ use '1.5' for project. by crazyboblee · 18 years ago
  23. dced7b7 Added updated Javadocs. by crazyboblee · 18 years ago
  24. 1cf97a2 Removed old Javadocs. by crazyboblee · 18 years ago
  25. 2d9cd0a Made IntelliJ use '1.5' for JDK. by crazyboblee · 18 years ago
  26. 4f79e40 Renamed query package to macher. by crazyboblee · 18 years ago
  27. 33ce069 Renamed Query to Matcher. The name is more intuitive, and hopefully it'll have the pleasant side effect of discouraging the use of regular expression matchers. by crazyboblee · 18 years ago
  28. 698a6c8 Added support for surrogate injection annotations. by crazyboblee · 18 years ago
  29. 920e1f9 remove dead code and add more javadoc by chris.nokleberg · 18 years ago
  30. 44372e2 throw exception if bytecode cannot be found by chris.nokleberg · 18 years ago
  31. 5db87c6 add utility to extract LineNumbers from bytecode by chris.nokleberg · 18 years ago
  32. 6b931bd Updated scoping logic to use surrogate annotations. by crazyboblee · 18 years ago
  33. 013aacd Added support for surrogate annotations. by crazyboblee · 18 years ago
  34. e4f8673 add javadoc link to JDK 5 apis by kevinb9n · 18 years ago
  35. 954d70d update idea project settings by kevinb9n · 18 years ago
  36. a389676 Added updated Javadocs. by crazyboblee · 18 years ago
  37. 9163ab3 Removed old Javadocs. by crazyboblee · 18 years ago
  38. 0789b19 Added support for implicit bindings. Did away with getCreator(). Made Struts plugin validate up front. by crazyboblee · 18 years ago
  39. 48d1307 Some work on unchecked warnings. by kevinb9n · 18 years ago
  40. ce79dfe Combined validation with constructor lookup and got rid of a volatile field check every time we create an object. by crazyboblee · 18 years ago
  41. f33d23e Refactored scope handling. Allows overriding annotations with in(). Improved error reporting. by crazyboblee · 18 years ago
  42. a99dca7 Silly code-style fixes by kevinb9n · 18 years ago
  43. 6a565c7 A little javadoc, and trying to get some IntelliJ warnings cleaned by kevinb9n · 18 years ago
  44. c50dab2 Added updated Javadocs. by crazyboblee · 18 years ago
  45. e09cad6 Removed old Javadocs. by crazyboblee · 18 years ago
  46. 10a3b02 Added intercept() to ContainerBuilder. Hid ConstructionProxy, ProxyFactory, etc. Removed intercept package. Added query package. Started Struts 2 plugin and example. by crazyboblee · 18 years ago
  47. 16d415d Upgraded jarjar and removed workaround. by crazyboblee · 18 years ago
  48. 5726c18 Unjar and re-jar to work around jarjar permissions issues. by crazyboblee · 18 years ago
  49. 4c68d34 Added more servlet unit tests. by crazyboblee · 18 years ago
  50. 2c09fe2 Added updated Javadocs. by crazyboblee · 18 years ago
  51. 7339492 Removed old Javadocs. by crazyboblee · 18 years ago
  52. 3a09e29 Added servlet scopes. by crazyboblee · 18 years ago
  53. fddb686 Renamed put() to scope(). by crazyboblee · 18 years ago
  54. 11a889b Added updated Javadocs. by crazyboblee · 18 years ago
  55. 4c66944 Removed old Javadocs. by crazyboblee · 18 years ago
  56. 6b5db11 Modified Guice to use different names for generated classes from stock cglib. by crazyboblee · 18 years ago
  57. 68d2f4b Reimplemented Scopes as a normal class. by crazyboblee · 18 years ago
  58. baaaf2d Updated scope javadocs. by crazyboblee · 18 years ago
  59. 1dd8a7c Added updated Javadocs. by crazyboblee · 18 years ago
  60. 253215d Removed old Javadocs. by crazyboblee · 18 years ago
  61. e5fbbb0 Added overloaded methods which accept a name to Container. Re-implemented the built-in scopes as an enum. Added ContainerBuilder.scope(Enum). Added support for custom scope annotations. by crazyboblee · 18 years ago
  62. b116fca Added updated Javadocs. by crazyboblee · 18 years ago
  63. a379601 Removed old Javadocs. by crazyboblee · 18 years ago
  64. 187a962 Added tests for getInstance() and getFactory() convenience methods. by crazyboblee · 18 years ago
  65. dda3219 Added updated Javadocs. by crazyboblee · 18 years ago
  66. 65ec706 Removed old Javadocs. by crazyboblee · 18 years ago
  67. c2fcc43 Added builder() to AbstractFactory. by crazyboblee · 18 years ago
  68. e2ae034 Added updated Javadocs. by crazyboblee · 18 years ago
  69. 1814fa4 Removed old Javadocs. by crazyboblee · 18 years ago
  70. 94c8411 Added updated Javadocs. by crazyboblee · 18 years ago
  71. a3b0c05 Removed old Javadocs. by crazyboblee · 18 years ago
  72. d543d24 Made to(T) public. by crazyboblee · 18 years ago
  73. c50cfcd Added updated Javadocs. by crazyboblee · 18 years ago
  74. aa52fbc Removed old Javadocs. by crazyboblee · 18 years ago
  75. 654d09b Added updated Javadocs. by crazyboblee · 18 years ago
  76. 4e1ecc0 Removed old Javadocs. by crazyboblee · 18 years ago
  77. 07bd159 Added Queries.returns(). Renamed all() to any(). Excluded SourceConsumer from source tracing. Added performance check for indexing. Set version # to 1.0rc1. by crazyboblee · 18 years ago
  78. 80d0ba5 Updated project. by crazyboblee · 18 years ago
  79. 46ac59f Upgraded cglib so it works w/ jarjar. by crazyboblee · 18 years ago
  80. bb28ebf Added updated Javadocs. by crazyboblee · 18 years ago
  81. 00ba139 Removed old Javadocs. by crazyboblee · 18 years ago
  82. b7598a6 Exposed source provider functionality through spi. by crazyboblee · 18 years ago
  83. 9153228 Updated javadocs. Made Queries.all() take Object insted of T. by crazyboblee · 18 years ago
  84. 420d462 Updated javadocs. by crazyboblee · 18 years ago
  85. 861eb33 Updated jarjar. by crazyboblee · 18 years ago
  86. 43ebede Commented build time only jars. by crazyboblee · 18 years ago
  87. f0043b7 Modified build script to use jar jar to copy cglib into our package. by crazyboblee · 18 years ago
  88. b49dbe6 Added updated Javadocs. by crazyboblee · 18 years ago
  89. 047d1f4 Removed old Javadocs. by crazyboblee · 18 years ago
  90. 2a1ea89 Added ProxyFactory.getFactory() to simplify standalone use of ProxyFactory. by crazyboblee · 18 years ago
  91. 62fcdde Finished interception framework. Added Container.findBindingsByType(). by crazyboblee · 18 years ago
  92. d8d900f Added updated Javadocs. by crazyboblee · 18 years ago
  93. 47e4f66 Removed old Javadocs. by crazyboblee · 18 years ago
  94. 1b82a8f Implemented ProxyFactory. by crazyboblee · 18 years ago
  95. b8cf1e5 Fixed copyright declarations. by crazyboblee · 18 years ago
  96. e039bac Exposed the error message objects. by crazyboblee · 18 years ago
  97. e3adfd6 Introduced ToStringBuilder. Pulled up ConstructorInjector. Introduced ConstructionProxy. by crazyboblee · 18 years ago
  98. 84a798b Added updated Javadocs. by crazyboblee · 18 years ago
  99. 50ea4ab Removed old Javadocs. by crazyboblee · 18 years ago
  100. 9592a91 Moved Query, etc., to intercept package. by crazyboblee · 18 years ago