BAEL-2399: Guice vs Spring - Dependency Injection

This commit is contained in:
codehunter34 2019-01-01 02:46:06 -05:00 committed by emineoymak
parent bd63df8caf
commit d740cb2da0
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package com.baeldung.examples.common;
import org.springframework.stereotype.Component;
@Component
public class PersonDaoImpl implements PersonDao {
}