Java configuration annotations.
This package contains the annotations used for
tagging
the Java code used for creating Spring configurations. The most
important annotations are @Configuration used for indicating a
configuration
class and @Bean for bean creation and configuration.