Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Excluding join points in <clinit> body

Alex, try the following:

before() : (set(* *) && !cflow(staticinitialization(*))) {




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


Back to the top