¡@

Home 

java Programming Glossary: com.xxx

Difference between <context:annotation-config> vs <context:component-scan>

http://stackoverflow.com/questions/7414794/difference-between-contextannotation-config-vs-contextcomponent-scan

A B and C with B and C being injected into A . package com.xxx public class B public B System.out.println creating bean B this.. B public B System.out.println creating bean B this package com.xxx public class C public C System.out.println creating bean C this.. creating bean C this package com.yyy import com.xxx.B import com.xxx.C public class A private B bbb private C ccc..