Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Is this possible with AspectJ?

Hi all!

Is it possible to, during runtime, iterate through all objects
affected by a certain pointcut?

I want to manage classes in an action framework where action classes
are flagged with an annotation. I can, of course, match all classes
flagged in this way, but I can't find a way to enumerate them (so that
I can put them in a HashMap during startup). Can this be done at all?

Regards,

Robert


Back to the top