@Documented @Target(value={ANNOTATION_TYPE,TYPE}) @Retention(value=RUNTIME) @Import(value=OperatorBeanDefinitionRegistrar.class) public @interface OperatorScan
| 限定符和类型 | 可选元素和说明 |
|---|---|
Class<?>[] |
excludeClasses
The class type which will not be scanned,
it will exclude the class type which is specified in
includeClasses(). |
Class<?>[] |
includeClasses
The class type which will be scanned.
|
String[] |
includePackages
The package path which will be scanned.
|
public abstract String[] includePackages
public abstract Class<?>[] includeClasses
public abstract Class<?>[] excludeClasses
includeClasses().Copyright © 2023. All rights reserved.