Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Outputting only woven classes

When using ajc -inpath with jar files, the output classes directory gets a new copy of every class in those jar files - even if there are no pointcuts or advice that can affect most of the classes.

Is there any way to tell ajc to only output those classes that are affected?

Ramon Casha

Back to the top