value

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

Alias for the basePackages attribute. Allows for more concise annotation declarations e.g.: @ServletComponentScan("org.my.pkg") instead of @ServletComponentScan(basePackages="org.my.pkg").

Return

the base packages to scan