BAEL-2399: Guice vs Spring - Dependency Injection
This commit is contained in:
parent
ae3016aff2
commit
bd63df8caf
|
@ -0,0 +1,5 @@
|
|||
package com.baeldung.examples.common;
|
||||
|
||||
public interface PersonDao {
|
||||
|
||||
}
|
Loading…
Reference in New Issue