@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Inherited @Import(value=IocHandlerRegistrar.class) public @interface EnableIocHandlers
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends Annotation>[] |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
basePackages |
public abstract Class<? extends Annotation>[] value
public abstract String[] basePackages
Copyright © 2023. All rights reserved.