Skip to content

Commit d740cb2

Browse files
codehunter34emineoymak
authored andcommitted
BAEL-2399: Guice vs Spring - Dependency Injection
1 parent bd63df8 commit d740cb2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package com.baeldung.examples.common;
2+
3+
import org.springframework.stereotype.Component;
4+
5+
@Component
6+
public class PersonDaoImpl implements PersonDao {
7+
8+
}

0 commit comments

Comments
 (0)