Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] How can I exclude class's in aspectJ pointcuts

Hello all
I like to advice all the class's under :
com.foo.test.* but NOT the classes under com.fo.test.security.*
How can I represent that with aspectJ pointcuts ?


Back to the top