BAEL-2399: Guice vs Spring - Dependency Injection
This commit is contained in:
parent
bd63df8caf
commit
d740cb2da0
@ -0,0 +1,8 @@
|
|||||||
|
package com.baeldung.examples.common;
|
||||||
|
|
||||||
|
import org.springframework.stereotype.Component;
|
||||||
|
|
||||||
|
@Component
|
||||||
|
public class PersonDaoImpl implements PersonDao {
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user