Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Runtime Weaving

Hi everybody,

Is there any mechanism in aspectj to let me specify
which aspects I want to weave to my classes at
run-time? At least at class-loading-time. It's
possible that I don't know which aspects I want to be
woven to my classes at compile-time.
The way jboss guys do AOP, it's possible to add/remove
aspects at run-time. But I couldn't figure out how to
do so in aspectj. I believe it's a useful feature.

Thanks,
Roozbeh/


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/


Back to the top