Singletons with AspectJ | Christian Schenk
I stumbled upon this post (german) that shows how to implement the singleton pattern with AspectJ. Although you may want to use dependency injection with Spring or Guice, there might be (hopefully rare) occasions on which you opt for this solution. In this post we'll check out how to do this with AspectJ 5.
Read full article from Singletons with AspectJ | Christian Schenk
No comments:
Post a Comment