AOP use CGLib vs Interfaces
Hi guys am I able to use both methods, Interfaces AND CGLIB for class proxing with an include/exclude list managing which beans to use in either camp?
We have some legacy code that goes not play well with CGLIB (@Resource private fields, private classes for mocking etc), and a requirement to annotate behind an interface at an implementation level and from the Advice still have access to the Annotation values.
I believe that I have a foot in each camp is there a way out?