Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/griffio/spring-example01
Autowired with compatible Intellij custom annotations
https://github.com/griffio/spring-example01
Last synced: 8 days ago
JSON representation
Autowired with compatible Intellij custom annotations
- Host: GitHub
- URL: https://github.com/griffio/spring-example01
- Owner: griffio
- Created: 2014-06-22T08:30:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T10:41:56.000Z (about 9 years ago)
- Last Synced: 2024-04-16T18:27:03.294Z (7 months ago)
- Language: Java
- Size: 156 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
spring-example01
================Spring 4.2.0 (min Java 7 language level)
Autowiring with compatible Intellij IDE 'friendly' annotations.
Shows XML configuration and Autowiring with Qualified injection
Injecting different beans of the same type e.g. Supplier and create annotation classifier to select the implementation.
These should also work with Intellij intellisense, some combinations (@Inject, @Named) don't get resolved in the IDE.