注释类型 Aop
-
@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface Aop
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 Class<? extends AnnotationHandler>annotatonHandler注解处理器
-
-
-
-
annotatonHandler
Class<? extends AnnotationHandler> annotatonHandler
注解处理器- 默认值:
- xyz.xiezc.ioc.annotation.handler.AopAnnotationHandler.class
-
-