Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] interfaces and "staticinitialization"

Hello, I want to use around advice for staticinitialization
like this for all classes but I want to avoid interfaces
(and the compiler complains too).

void around(): 
    staticinitialization(*..*.*)
    {
        .....
    }

Any way I can get it to work?

Thanks,

Mark

__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


Back to the top