\Imi\AopAnnotation

Classes

After 后置操作注解
AfterReturning 在After之后、return之前触发
AfterThrowing 在异常时通知
Around 环绕通知
Aspect 切面注解
BaseInjectValue 注入值注解基类
Before 前置操作注解
ConstValue 从常量中读取值
FilterArg 过滤方法参数注解
Inject 对象注入 使用:App::getBean()
InjectArg 方法参数注入
PointCut 切入点
RequestInject 属性注入 使用:RequestContext::getBean()