Is there a way to configure aspectj to only weave a certain package? We
have a large project that cannot be separated out at this time. The
weaving takes a long time. All the classes that need to be weaved are in a
single package. However, watching the progress, it appears to go through
every class to weave it. How can I limit the weaving to speed up the build?