mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-17 06:59:29 +00:00
#107 Dependency Injection example JavaDoc
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import com.google.inject.AbstractModule;
|
||||
|
||||
/**
|
||||
*
|
||||
* Guice module for binding certain concrete Tobacco implementation.
|
||||
* Guice module for binding certain concrete {@link Tobacco} implementation.
|
||||
*
|
||||
*/
|
||||
public class TobaccoModule extends AbstractModule {
|
||||
|
||||
Reference in New Issue
Block a user