eclipse-ee4j / eclipse-ee4j/jersey
Add the support of the @Resource annotation to the Spring3 extension
Open
Component: extensions
Priority: Major
spring
spring3
Type: New Feature
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
At the moment only the Autowire annotation is supported by the Spring3 extension. In most of the cases this is enough but when the generics are involved it is better to look for the beans by their name and not their type.
To solve this we need to add the support of the Resource annotation.
#### Affected Versions
[2.18]
Contributor guide
Assessment
This issue has not been assessed yet.