Lazy init is way cool. But please, for the love of God, stop adding all stuff ass annotation-based, bolted on, craptastic solutions. A little part of me dies when I look at heavily annotated code.
On Fri, Dec 12, 2008 at 12:07 PM, Axel B. <[email protected]> wrote: > > Hi folks, Hi Tor, > if I remember well Tor in the Versus episode mentioned the idea of > having a field lazy initialized by annotation. This day I read about a > library providing an annotation for caching. They call it memoization > and the annotation works for methods that have one parameter and > return a constant value for each argument value. > > Seams to be a base for getting fields lazy initialized automatically. > > The library is > http://www.tek271.com/free/memoizer/tek271.memoizer.intro.html. > > Has anybody used this library or something like this? > > Kind regards > > Axel > > > -- Viktor Klang Senior Systems Analyst --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
