注释类型 Component
-
@Target(TYPE) @Retention(RUNTIME) public @interface Component
放入容器- 作者:
- wb-xzc291800
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 Class<? extends AnnotationHandler>annotatonHandlerStringvalue放入容器的类名
-
-
-
元素详细资料
-
value
String value
放入容器的类名- 返回:
- 默认值:
- ""
-
-
-
annotatonHandler
Class<? extends AnnotationHandler> annotatonHandler
- 默认值:
- xyz.xiezc.ioc.annotation.handler.ComponentAnnotationHandler.class
-
-