Annotation Interface VxScan
@Retention(RUNTIME)
@Target(TYPE)
@Documented
@Import(VxScannerRegistrar.class)
public @interface VxScan
-
元素详细资料
-
value
String[] value- 默认值:
- {}
-
basePackages
String[] basePackages- 默认值:
- {}
-
basePackageClasses
Class<?>[] basePackageClasses- 默认值:
- {}
-
nameGenerator
Class<? extends org.springframework.beans.factory.support.BeanNameGenerator> nameGenerator- 默认值:
- com.github.charlemaznable.core.spring.FullBeanNameGenerator.class
-
includeFilters
org.springframework.context.annotation.ComponentScan.Filter[] includeFilters- 默认值:
- {}
-
excludeFilters
org.springframework.context.annotation.ComponentScan.Filter[] excludeFilters- 默认值:
- {}
-