Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] help and ideas on lazy loading thru aspectj

On Monday 27 October 2008 Andy Clement's cat, walking on the keyboard, wrote:
> As the error says, you have not bound the formal 'loadingProperties' in
> your pointcut reference.
>
> before( LazyLoading loadingProperties, FilteredLoader owner ) :
> lazyLoadedRead( annotation, owner ){
>
> where do you bind loadingProperties?

Ops...I renamed the parameter but not the bind, sorry for that!

Thanks,
Luca


Back to the top