Skip to content

Instantly share code, notes, and snippets.

@joshalbrecht
Created September 12, 2013 07:15
Show Gist options
  • Save joshalbrecht/6533909 to your computer and use it in GitHub Desktop.
Save joshalbrecht/6533909 to your computer and use it in GitHub Desktop.
Can't get this to show up on stackoverflow for whatever reason.
<aspectj>
<aspects>
<aspect name="com.yourcompany.yourpackage.MethodLogger"/>
</aspects>
<weaver options="-XnoInline">
<!--Note: the two .. are really important -->
<include within="com.yourcompany..*"/>
</weaver>
</aspectj>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment