1.

What Are The Limitations Of Spring Aop?

Answer»
  • Can only advise non-private methods
  • Can only APPLY ASPECTS to SPRING Beans
  • Limitations of WEAVING with proxies
  • When USING proxies, suppose method a() calls method b() on the same class/interface
  • advice will never be executed for method b()



Discussion

No Comment Found