Spring AOP中@Pointcut 12种用法

2022/04/05 spring AOP专题 共 132 字,约 1 分钟
闷骚的程序员

1. AspectJProxyFactory

目前手动Aop中三种方式已经介绍2种了,本文将介绍另外一种:AspectJProxyFactory,可能大家对这个比较陌生,但是@Aspect这个注解大家应该很熟悉吧,通过这个注解在spring环境中实现aop特别的方便。

文档信息

Search

    Table of Contents