김용성

Results 3 comments of 김용성

Hi there. Thanks for the good suggestion. I didn't add the class decorator feature because human error can cause AOP to be applied unintentionally. There are options like excludeMethodNames, but...

If you are using a common class, I believe you can eliminate duplicate code by using the decorator pattern or implementing a separate custom class in the middle layer of...

hello. I'm not sure if nestjs-aop should be considered a library, I think a library should have a lifecycle that runs independently of the outside world, and nestjs-aop is more...