spring - Annotation injection and XML injection -
regarding spring framework implementation of inversion of control (ioc) principle... annotation injection performed before xml injection or other way around ?
thus latter configuration override former properties wired through both approaches ?
it seems have read spring documentation:
annotation injection performed before xml injection, latter configuration override former properties wired through both approaches.
Comments
Post a Comment