Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] pointcut clash (?)

On Monday 16 March 2009 12:24:36 Luca Ferrari wrote:
> I'm impleting a lazy loader, that is a component that loads complex data
> structures (e.g., lists, hashmaps) only on demand. The idea is that each
> instance variable annotated with a custom annotation is not loaded
> immediatly (as the object construction happens) but only when such variable
> is accessed. This is the pointcut that realizes the above:


I suspect I've found the problem, I'm still investigating but I was watching 
the problem from a wrong angle: it was not a problem of "when" loading, but 
"where" loading. The loading was working fine, but the usage was working bad.

I guess I've solved....

Thanks,
Luca


Back to the top