basePackageClasses

abstract fun basePackageClasses(): Array<Class<out Any>>

Type-safe alternative to basePackages for specifying the packages to scan for configuration properties. The package of each class specified will be scanned.

Consider creating a special no-op marker class or interface in each package that serves no purpose other than being referenced by this attribute.

Return

classes from the base packages to scan