value
Alias for the basePackages attribute. Allows for more concise annotation declarations e.g.: @ConfigurationPropertiesScan("org.my.pkg")
instead of @ConfigurationPropertiesScan(basePackages="org.my.pkg")
.
Return
the base packages to scan
Alias for the basePackages attribute. Allows for more concise annotation declarations e.g.: @ConfigurationPropertiesScan("org.my.pkg")
instead of @ConfigurationPropertiesScan(basePackages="org.my.pkg")
.
the base packages to scan