value

@AliasFor(value = "basePackages")
abstract fun value(): Array<String>

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