Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Issues with @DeclareParents and @DeclareMixin

 
> The @DeclareMixin has had basic testing, but looks like you found a bug with it - i'll 
> fix this today (if I can recreate it).  I kind of see @DeclareMixin as a replacement 
> for @DeclareParents as it offers a nicer more flexible syntax - so I'd prefer it that 
> approach was used moving forward.  Do you have a preference?
	
I think that in some cases it might be useful for us to access the underlying target instance when creating the mixin, so I suspect that the mixin syntax with the factory method will be better for us.

Thanks

Tom


Back to the top