https://kotlinlang.org logo
s

Swanand Keskar

02/15/2021, 1:43 PM
Hi 👋 does micronaut-aop provide any hooks for before & after actions of method execution in order to decorate a method with some behaviour without using reflections to work with GraalVM
d

dave08

02/15/2021, 4:40 PM
yes , all of micronaut is built around that: https://docs.micronaut.io/latest/guide/index.html#aroundAdvice
7 Views