gogap / aop

Aspect Oriented Programming For Golang
Apache License 2.0
382 stars 50 forks source link

not easy enough to use #3

Open RanchoCooper opened 4 years ago

RanchoCooper commented 4 years ago

current when we use aop, we had to define beanFactory/aspect/pointcut, and then handle AddAdvice explicit

I think there should be a solution (feature) be added to aop, so that we can use aop in golang more easily

xujinzheng commented 4 years ago

The purpose for this project is learn golang reflect feature, and currently is prototype stage.

If you have good idea for improve this project, you could give me a PR or have some pseudocode, thanks.