#107 Dependency Injection example JavaDoc

This commit is contained in:
Ilkka Seppala
2015-08-18 22:17:16 +03:00
parent 10a911be54
commit e71f2279f0
6 changed files with 21 additions and 12 deletions
@@ -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 {