You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like when the plugin executes, it picks up any .class file on the classpath (including those in dependencies) and weaves it if it is annotated with @Aspect. How can I specify exactly which classes to choose and exclude others?
The text was updated successfully, but these errors were encountered:
It looks like when the plugin executes, it picks up any .class file on the classpath (including those in dependencies) and weaves it if it is annotated with
@Aspect
. How can I specify exactly which classes to choose and exclude others?The text was updated successfully, but these errors were encountered: