소개 얼마 전에 코프링(Kotlin + Spring Framework) 조합에서 @Transaction 과 @Cacheable 어노테이션을 이용한 AOP 처리를 Kotlin Tailing Lambdas를 이용하여 처리하는 방법을 우연히 보게 되었다. 글쓴이는 이걸 Kotlin AOP 라고 부르는데 간략하게 요약해 보자면 다음과 같다. 원본글: https://tech.kakaopay.com/post/overcome-spring-aop-with-k...