- 1dabcfd Trying to preserve the getCause() of ProvisionException to be the user's exception by limpbizkit · 17 years ago
- c808df0 Now we can inject null wherever the injection point is annotated @Nullable by limpbizkit · 17 years ago
- 3ea63ff Updated Spring to 2.0.6. Added concurrent performance test. by crazyboblee · 17 years ago
- de02df2 tiny tweaks to proposed new introspection API by kevinb9n · 17 years ago
- dde697b Issue 29: preliminary draft of new introspection API by kevinb9n · 17 years ago
- 3650081 Issue 87: simple Providers.of(instance) method to facilitate your unit tests by kevinb9n · 18 years ago
- cad2c2b very minor javadoc tweeks by kevinb9n · 18 years ago
- 9fd9fe6 very minor javadoc tweeks by kevinb9n · 18 years ago
- 0bad03b remove some irrelevant things from the .ipr file by kevinb9n · 18 years ago
- 81303cd Added a rough implementation of provider methods. Got rid of ProviderLocator. by crazyboblee · 18 years ago
- 7bef622 Added ability to look up providers before the injector is created. You cannot use the provider until the injector is created, and you will get a by crazyboblee · 18 years ago
- e148102 @Inject should be @Documented by kevinb9n · 18 years ago
- ade7be4 (thanks dhalem!) Issue 76: Matchers.annotatedWith() should require annotation to have runtime retention by kevinb9n · 18 years ago
- a0f4705 don't reinstall modules that are equal by kevinb9n · 18 years ago
- da11d0d Issue 82: improve toString() of bundled scopes by kevinb9n · 18 years ago
- 9da90b3 Issue 86: don't try to construct an inner class ferchrissakes. by kevinb9n · 18 years ago
- bca2251 Issue 92: use "snapshot" as default version name by kevinb9n · 18 years ago
- 2394ca6 Issue 93: run an optimize-imports over all the source. by kevinb9n · 18 years ago
- 5ec23f9 fix IDEA .iml file by kevinb9n · 18 years ago
- 490333b small javadoc enhancement by kevinb9n · 18 years ago
- 6966a8b use new jarjar "keep" feature instead of manual zapping by chris.nokleberg · 18 years ago
- 61e081c Issue 82: toString() missing in servlet scopes by kevinb9n · 18 years ago
- cb2dadd now that we use asm 2.x we can use non-nodep version of cglib for smaller jar by chris.nokleberg · 18 years ago
- 409df52 backport LineNumbers to asm 2.x, will make maveny people happier (forgot one, oops) by chris.nokleberg · 18 years ago
- e1981d4 backport LineNumbers to asm 2.x, will make maveny people happier by chris.nokleberg · 18 years ago
- b605482 Issue 35: override to no scope; Issue 56: OutOfScopeException. by kevinb9n · 18 years ago
- af46529 Issue 74: make it easier to get your servlets injected. by kevinb9n · 18 years ago
- a73288c get rid of most of the unused CGLIB code; saves about 100K by chris.nokleberg · 18 years ago
- 42f16e6 Fixed Struts 2 plugin to load user's module. Added more error detection. by crazyboblee · 18 years ago
- 8b68d33 spot fix of some binder javadoc by kevinb9n · 18 years ago
- 68b1be8 spot fix of some binder javadoc by kevinb9n · 18 years ago
- 75ed16f Added updated Javadocs. by kevinb9n · 18 years ago
- 97f479b Removed old Javadocs. by kevinb9n · 18 years ago
- 96eeb3a at last! a big start on the Binding EDSL javadoc! by kevinb9n · 18 years ago
- f73ca5d random trivial cleanup: don't need <M extends AnnotatedElement & Member> anymore. by kevinb9n · 18 years ago
- b950ad9 Did a bit of javadoc work. Removed pointless package-private method Guice.createEmptyInjector(). by kevinb9n · 18 years ago
- 951621c Added updated Javadocs. by crazyboblee · 18 years ago
- 05b9285 Removed old Javadocs. by crazyboblee · 18 years ago
- 65b6f97 Minor Javadoc changes. by crazyboblee · 18 years ago
- 9e13952 Redesigned constant binding API. by crazyboblee · 18 years ago
- 0c24994 try 3 to get the hack right. drawing attention to it now. :-( by kevinb9n · 18 years ago
- aee4a48 Moved instance injections back in the injector creation process, after static injection. by crazyboblee · 18 years ago
- 0ac1d0e Added support for automatically binding Spring beans. by crazyboblee · 18 years ago
- b7ffa50 make the earlier dumb hack suck less... cpu cycles at runtime. by kevinb9n · 18 years ago
- 3431e20 update ant build: when we build, we're gonna build 1.0 final. w0o0t by kevinb9n · 18 years ago
- d4d4df3 log timing info at "fine" level by kevinb9n · 18 years ago
- cd38685 sadly, must hack in secret support for something evil; will remove later by kevinb9n · 18 years ago
- 265f5ab Added updated Javadocs. by crazyboblee · 18 years ago
- c1d0c64 Removed old Javadocs. by crazyboblee · 18 years ago
- ad8b4d2 Updated example. by crazyboblee · 18 years ago
- 84e32fa some binder javadoc. not great but better. by kevinb9n · 18 years ago
- 8642130 Added updated Javadocs. by crazyboblee · 18 years ago
- dd079c2 Removed old Javadocs. by crazyboblee · 18 years ago
- 61257a8 Added spring package to Javadocs. Made minor updates to various Javadocs. by crazyboblee · 18 years ago
- f739015 Added Spring and JNDI integration. by crazyboblee · 18 years ago
- 51c39c3 Trying to clean up. by crazyboblee · 18 years ago
- 42c8bb2 IntelliJ svn support sucks. by crazyboblee · 18 years ago
- 3a971f3 Locked down binder API even more. by crazyboblee · 18 years ago
- 015aab3 Renamed eagerly() to asEagerSingleton(). by crazyboblee · 18 years ago
- edda436 Removed link(). bind() now points to other bindings. by crazyboblee · 18 years ago
- 3854582 Renamed default impl and provider annotations. by crazyboblee · 18 years ago
- 6c7720d Added support for @DefaultImplementation and @DefaulProvider. by crazyboblee · 18 years ago
- b20cc35 oops, add missing file headers. by kevinb9n · 18 years ago
- 833fc69 Remove code we don't need use (sorry bob). by kevinb9n · 18 years ago
- a312d7a Issue 41: guice should never inject a null value. by kevinb9n · 18 years ago
- 7eb9f44 Examples. by crazyboblee · 18 years ago
- 17c05fd Issue 32: forbid binding to guice framework types (Module, Binding, etc.) by kevinb9n · 18 years ago
- 0af85cf Issue 30: Binder.addError(Throwable); a little associated cleanup by kevinb9n · 18 years ago
- 27f8a58 Re-add the Injector.getInstance() methods which were removed frankly by mistake. by kevinb9n · 18 years ago
- 57b8d5a Added updated Javadocs. by kevinb9n · 18 years ago
- 68ccf31 Removed old Javadocs. by kevinb9n · 18 years ago
- dd01ceb Added updated Javadocs. by kevinb9n · 18 years ago
- a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 18 years ago
- 393515b Added code to clean up state if we get an exception while creating an implicit binding. by crazyboblee · 18 years ago
- af0c9e3 Added updated Javadocs. by kevinb9n · 18 years ago
- c4c1676 Removed old Javadocs. by kevinb9n · 18 years ago
- 5a33f38 who wants more javadoc? by kevinb9n · 18 years ago
- f0fb1bd Added examples. by crazyboblee · 18 years ago
- 36a3668 Added JNDI example. by crazyboblee · 18 years ago
- 4bfb975 Added updated Javadocs. by crazyboblee · 18 years ago
- 9a1fffe Removed old Javadocs. by crazyboblee · 18 years ago
- 3b08d4d Updated IntelliJ project. by crazyboblee · 18 years ago
- 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 18 years ago
- efdb6f3 Updated build to create a servlet jar and struts2-plugin jar. by crazyboblee · 18 years ago
- 924e7e2 Updated struts2 directory structure to support maven. Updated intellij project. by crazyboblee · 18 years ago
- 59959ad Moved servlet source directories. by crazyboblee · 18 years ago
- ac266a2 Added Maven build file. by crazyboblee · 18 years ago
- 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 18 years ago
- 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 18 years ago
- 0dfec97 Moved servlet package into its own module. by crazyboblee · 18 years ago
- c3e8849 If we can't find a binding to an annotation with given attribute values, we look for a binding to the annotation type. Added check to make sure binding annotations are annotated with @BindingAnnotation. by crazyboblee · 18 years ago
- 77bf3b2 We now inject bound instances and bound Provider instances. by crazyboblee · 18 years ago
- 1fc4978 Extracted interface for Binding. by crazyboblee · 18 years ago
- 6b0e91b Fixed package documentation to not reference Factory. by crazyboblee · 18 years ago
- 589b57d Replace Factory with Provider. Hid Context from public API. by crazyboblee · 18 years ago
- bd9544e Renamed Locator to Provider. by crazyboblee · 18 years ago
- 0b3189c Added support for injecting private constructors and fields. by crazyboblee · 18 years ago
- 0f09fe3 Added checks to ensure annotations are retained at runtime. by crazyboblee · 18 years ago
- 97b2cac Added @ScopeAnnotation. Added Binder.addError(). Removed Scopes.DEFAULT. We now refer to this as 'no' scope. by crazyboblee · 18 years ago
- 9119a63 improve error message when instance location causes an exception (e.g. from your constructor or custom factory) by kevinb9n · 18 years ago