Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Constructor calls of classes that implement a given interface

Try the following:

after() returning(X a): call(X.new(..)) {}

(sorry but I cannot do annotation-style syntax)

Eric

-- 
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


Back to the top