简介
AOP,aspect oriented programing,面向切面编程.
@Aspect
@Aspect
可以用来声明一个切面类,需要配合@Component
使用。
@Slf4j
@Aspect
@Component
public class DemoLoggerAspect {
// ...
}
Less than 1 minute
AOP,aspect oriented programing,面向切面编程.
@Aspect
@Aspect
可以用来声明一个切面类,需要配合@Component
使用。
@Slf4j
@Aspect
@Component
public class DemoLoggerAspect {
// ...
}