| Package | Description |
|---|---|
| com.basilv.examples.spring.autowire |
Example of automatically defining dependencies using autowiring
for article Java-Based Configuration of Spring Dependency Injection.
|
| com.basilv.examples.spring.componentscan |
Example of automatically defining beans using component scanning
for article Java-Based Configuration of Spring Dependency Injection.
|
| com.basilv.examples.spring.explicit |
Example of explicitly defining beans and dependencies
for article Java-Based Configuration of Spring Dependency Injection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HardcodedResumeRepository |
| Modifier and Type | Method and Description |
|---|---|
ResumeRepository |
AutowireConfig.resumeRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
CalculatorServiceImpl.setResumeRepository(ResumeRepository resumeRepository) |
| Constructor and Description |
|---|
CalculatorServiceImpl(ResumeRepository resumeRepository) |
| Modifier and Type | Method and Description |
|---|---|
ResumeRepository |
ExplicitConfig.resumeRepository() |
| Constructor and Description |
|---|
CalculatorServiceImpl(ResumeRepository resumeRepository) |
Java Examples available from http://www.basilv.com/psd/software Copyright © 2009 by Basil Vandegriend. All Rights Reserved.