1. 6b3086d Cleanup javadocs. This makes the following changes: by Sam Berlin · 10 years ago
  2. b719556 by sberlin · 13 years ago
  3. b7a02b0 by sberlin · 13 years ago
  4. ec76179 by sberlin · 13 years ago
  5. a23937e by sberlin · 13 years ago
  6. d9c913a switch Guice from manually repackaging Guava to depending on Guava. it's still jarjar'd right now, which is causing a ~400k increase in guice-snapshot.jar. next step is to switch to ProGuard to remove the unnecessary code and cut it back down (even further?!). this will let people build from Guice source and depend directly on Guava code without having to worry about hiding internal/util. by sberlin · 13 years ago
  7. 9a227be Move internal utility code to separate package. by limpbizkit@gmail.com · 14 years ago
  8. 03b81a6 Early draft of InjectionListeners. by limpbizkit · 16 years ago
  9. 53664a7 Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. by limpbizkit · 16 years ago
  10. b52a7fd Fixes HasDependency instance cases in the Grapher by phopkins · 16 years ago
  11. aff72e0 Adds Graphviz-based grapher extension by phopkins · 16 years ago