Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Consuming annotations

hello
i have a class which generates at runtime (using ASM) classes with annotated methods. how can I consume those annotations (say, intercept a call on an annotated interface) with an aspect? or better: when can I do it? surely can't be at compile time, because they are not there..

thanks,
valerio


Back to the top