package com.blogspot.toomuchcoding.book.chapter9.InjectingWithSpringComponentScan; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; @Configuration @ComponentScan("com.blogspot.toomuchcoding.book.chapter9.InjectingWithSpringComponentScan") class TaxConfiguration { }