@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface AComponentScan
| Modifier and Type | Optional Element and Description |
|---|---|
AComponentScan.Filter[] |
excludeFilters
Specifies which types are not eligible for component scanning.
|
String[] |
value |
public abstract String[] value
public abstract AComponentScan.Filter[] excludeFilters
#resourcePatternCopyright © 2025. All rights reserved.