My favorites | Sign in
Google
                
New issue | Search
for
| Advanced search | Search tips
Issue 10: More and better compile-time validation
8 people starred this issue and may be notified of changes. Back to list
Status:  Accepted
Owner:  crazyboblee
Type-Enhancement
Priority-Medium


Sign in to add a comment
 
Reported by crazyboblee, Aug 24, 2006
Implement an annotation processor which validates injections at compile
time. Accompany with IDE plugins.
Comment 1 by kevinb9n, Feb 15, 2007
Do we need an annotation processor for that?  What if the IDE plugin would just, in
the background, periodically compile your code and try to create the container and
use the error messages to do the highlighting.  Is this crazy?
Comment 2 by kevinb9n, Feb 26, 2007
Changed summary to reflect that this could be implemented various ways (ide plugins,
annotation processor, ...?)
Summary: More and better compile-time validation
Comment 3 by limpbizkit, Nov 02, 2008
There's an Eclipse plugin from Darren Creutz: http://code.google.com/p/guice-plugin/
And IntelliJ 8 builds Guice in: http://www.jetbrains.com/idea/nextversion/
Comment 4 by limpbizkit, Apr 26, 2009
 Issue 322  has been merged into this issue.
Sign in to add a comment