Skip to content

Commit bd63df8

Browse files
author
codehunter34
committed
BAEL-2399: Guice vs Spring - Dependency Injection
1 parent ae3016a commit bd63df8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package com.baeldung.examples.common;
2+
3+
public interface PersonDao {
4+
5+
}

0 commit comments

Comments
 (0)