Yoav-Shafir / Spring-Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Injection Types
---------------
Field
Setters
Constructor - preferred

Handling Multiple Bean Problem
-------------------------------
Specifying arg as the Bean name
Using @Primary
Using @Qualifier
Using @Profile

@Autowired alternatives
-----------------------
@Resource
@Inject (?)

Configuration Class
-------------------
Good for creating third party classes to Injectable Beans.

About


Languages

Language:Java 85.4%Language:Shell 7.8%Language:Batchfile 6.0%Language:HTML 0.8%