Skip to content

Instantly share code, notes, and snippets.

@andyzhuangyy
Created April 29, 2016 03:41
Show Gist options
  • Save andyzhuangyy/b562c6278e87efb8ce09e52ecc08c5ad to your computer and use it in GitHub Desktop.
Save andyzhuangyy/b562c6278e87efb8ce09e52ecc08c5ad to your computer and use it in GitHub Desktop.
the annotation of counter with aspectj
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE})
public @interface AnnoCounter {
String name() default "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment