Hello,

I have a little request about next release of Guice. Currently, we have to
use @Inject into the code to say that we want Guice "inject here".

My concern is we have "import com.google.inject.Inject;" into the class...
It is not really 'my' concern but some guys find it is intrusive...

So, my proposal is to indicate to Guice the annotation class to use :
Guice.setInjectAnnotationType(my.package.MyInject.class);

So, Guice looks now for MyInject annotation (instead of standard Inject one)
and I don't have the com.google.inject.Inject import in my class...

What do you think about this?

Regards,
Anthony

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-guice?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to