Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AJDT question

Can the AJDT builder weave aspects into the class files exported
by another (non AspectJ) project?

For example, project X has project Y on its build path. X is an
AspectJ project, Y is not, but X uses classes exported by Y and
needs to weave an aspect into them. Can I do that? How?

Thanks,

Frank


Back to the top