Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.3, 5.4
-
None
Description
Noticed this while rewriting tests for Spock.
@javax.annotations.Inject and org.apache.tapestry5.annotations.Inject should work the same where-ever possible.
When @Named is not present, the logic was not asking InjectionResources for the value, as it would with Tapestry's @Inject.