Closed GoogleCodeExporter closed 9 years ago
Static methods cannot be cached. The way aspects work in Spring is by adding a
wrapper class (a proxy) to the annotated class. There is no way in Java to add
a wrapper to a static method.
Original comment by eric.dalquist
on 8 Oct 2010 at 12:23
Original issue reported on code.google.com by
mikko.a....@gmail.com
on 8 Oct 2010 at 11:47