Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Setting a static field

Hello everyone,

I need to pick up all "set" pointcuts. However, my current
configuration does not pick up set's to static fields:

pointcut fieldSet() : (set(* *.*) || set(* *));

Does anyone know what I'm doing wrong?
Many thanks,
Matt


Back to the top