Guice 3.0 integration does not support JSR-330 @javax.inject.Inject annotations
-------------------------------------------------------------------------------
Key: WICKET-4064
URL: https://issues.apache.org/jira/browse/WICKET-4064
Project: Wicket
Issue Type: Bug
Components: wicket-guice
Affects Versions: 1.4.18
Reporter: Lasse LindgÄrd
Priority: Minor
GuiceComponentInjector only checks for com.google.inject.Inject annotations,
but Guice 3.0 also supports the JSR-330 javax.inject.Inject annotation.
http://code.google.com/p/google-guice/wiki/JSR330
It would be nice if the wicket integration also supported the standard
annotations.
http://svn.apache.org/viewvc/wicket/trunk/wicket-guice/src/main/java/org/apache/wicket/guice/GuiceComponentInjector.java?revision=1062356&view=markup
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira