注释类型 Configuration
-
@Target(TYPE) @Retention(RUNTIME) public @interface Configuration
配置类注解, 可以继承@Component注解的- 作者:
- wb-xzc291800
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 Class<? extends AnnotationHandler>annotatonHandlerStringvalue
-
-
-
元素详细资料
-
value
String value
- 默认值:
- ""
-
-
-
annotatonHandler
Class<? extends AnnotationHandler> annotatonHandler
- 默认值:
- xyz.xiezc.ioc.starter.annotation.handler.ConfigurationAnnotationHandler.class
-
-