I'm working on a Spring extension (implementing some logic in a bean that will be constructed by Spring and provide some useful features to a developer). Is there a way to get basePackages (ComponentScan uses it to find our beans) value from my bean?
UPD: no, I know how to scan a classpath. I want to know what packages a current instance of Spring ApplicationContext did scanned to find it's beans.