Hey Olivier :-) To all, I'm not sure if someone else is interested in this but I made this some time ago. https://bitbucket.org/noctarius/guiceidentityinjection It is some kind of "AssistedInjection" paired up with Providers. You can use annotations with parameters (marked as @BindingAnnotation) to inject special values just like using the AssistedInjection parameters.
https://bitbucket.org/noctarius/guiceidentityinjection/src/014f6cb8fcc0a74ecb2d0e8e64f99df906c5ce09/src/test/java/com/google/inject/identityinjection/test/InjectedValueProviderTestCase.java?at=default This is just a small testcase and I'm pretty sure there are a lot more testcases that needs to be implemented :-) Cheers Chris Am 12.12.2012 10:27, schrieb Olivier Lamy: > Welcome Chris ! > Note as we are in incubator mode, the project is open for commits to > all Apache committers. > So I think you can feel free to hack :-) > > 2012/12/12 Christian Grobmeier <[email protected]>: >> Welcome Chris! >> >> On Tue, Dec 11, 2012 at 10:39 PM, Simone Tripodi >> <[email protected]> wrote: >>> Hi Chris, >>> >>> welcome to Onami! :) >>> >>> For those don't know yet Chris "Noctarius", he's an ASF committer who >>> donated his Java serializer implementation, Lightning, to Apache >>> DirectMemory as subproject and he's active in the Guice ML. >>> Hopefully he will bring ideas, contributions and new extensions! :) >>> >>> Best, >>> -Simo >>> >>> http://people.apache.org/~simonetripodi/ >>> http://simonetripodi.livejournal.com/ >>> http://twitter.com/simonetripodi >>> http://www.99soft.org/ >>> >>> >>> On Tue, Dec 11, 2012 at 10:30 PM, Christoph Engelbert >>> <[email protected]> wrote: >>>> Hey guys >>>> >>>> I'm Chris and brought here by Simone and keep an eye on the actual >>>> development. The project seems pretty interesting and since the >>>> currect development speed of Guice take the time of a Java JSR it's >>>> good to know that a collection of nice additions is in work :-) >>>> >>>> Cheers Chris >> >> >> -- >> http://www.grobmeier.de >> https://www.timeandbill.de > >
