程序包 xyz.xiezc.ioc.annotation
-
类概要 类 说明 AnnotationHandler<T extends Annotation> 注解处理器, 每一个注解都应该对应一个处理器。 -
注释类型概要 注释类型 说明 Aop Bean BeanScan 放入容器Component 放入容器Configuration 配置类注解, 可以继承@Component注解的EventListener 事件处理器的注解Init Inject 注入依赖Value 注入配置
| 类 | 说明 |
|---|---|
| AnnotationHandler<T extends Annotation> |
注解处理器, 每一个注解都应该对应一个处理器。
|
| 注释类型 | 说明 |
|---|---|
| Aop | |
| Bean | |
| BeanScan |
放入容器
|
| Component |
放入容器
|
| Configuration |
配置类注解,
可以继承@Component注解的
|
| EventListener |
事件处理器的注解
|
| Init | |
| Inject |
注入依赖
|
| Value |
注入配置
|