Skip to content

Instantly share code, notes, and snippets.

@markon

markon/aop.xml Secret

Created April 29, 2018 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markon/21782cfde0f98bfd3932faf1b4b3006a to your computer and use it in GitHub Desktop.
Save markon/21782cfde0f98bfd3932faf1b4b3006a to your computer and use it in GitHub Desktop.
AspectJ LTW configuration
<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">
<aspectj>
<aspects>
<aspect name="metrics.instrumentation.CustomActorInstrumentation"/>
</aspects>
<weaver>
<include within="metrics.instrumentation..*"/>
</weaver>
</aspectj>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment