BAEL-2399: Guice vs Spring - Dependency Injection

This commit is contained in:
codehunter34 2019-01-01 02:46:06 -05:00
parent ae3016aff2
commit bd63df8caf
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package com.baeldung.examples.common;
public interface PersonDao {
}