Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] another newbie question: avoid constructor calls .. !initialize ?

 Pls correct my "humble" (read: "incorrect"..) attempt at having the pointcut avoid all constructors:

@Around(value = "!initialization(new(..))  && < other conditions ..>

Back to the top