【转】Spring AOP 拦截指定注解标识的类或方法 2021-01-14 2 min read # java # spring # aop # annotation # springboot AOP中扫描指定注解相关说明 (1)@annotation:用来拦截所有被某个注解修饰的方法 (2)@within:用来拦截所有被某个注解修饰的类 (3)within:用来指定扫描的包的范围