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