@LoadLevel(name="Packages", order=100) public class PackageScannerChecker extends Object implements ScannerChecker
| Constructor and Description |
|---|
PackageScannerChecker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addScannablePackages(String... packages)
Add more packages.
|
boolean |
check(Object bean,
String beanName,
org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
Do check
|
public static void addScannablePackages(String... packages)
packages - the packagespublic boolean check(Object bean, String beanName, @Nullable org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws Exception
ScannerCheckercheck in interface ScannerCheckerbean - the beanbeanName - the bean namebeanFactory - the bean factoryException - the exceptionCopyright © 2023 Seata. All rights reserved.