value
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
Alias for the basePackages attribute. Allows for more concise annotation declarations e.g.: @ServletComponentScan("org.my.pkg")
instead of @ServletComponentScan(basePackages="org.my.pkg")
.
the base packages to scan