Tagged “Spring @Import annotation”

Spring Framework - What is Import annotation?

12 Feb, 2017

Import annotation is equivalent to <import/> element in Spring XML configuration. It helps in splitting the single Java based configuration file into small, modular, maintainable and component based configuration.

Tags:

See all tags.