Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] set pointcut on a field, and all its fields

> it's just that sometimes the localTranslations fields are changed, like this
> f.ex: localTranslation.x = 0.5;

This could be tricky.  Do you want all sets of Vector3f.x to be
advised or only the ones that are contained in a localTranslation
field of type Spatial?

If the former, then what Andy says should work.  If the latter, then
you are unfortunately S.O.L.


Back to the top