summaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations/AnnotationAspect02.aj
blob: 00bb10941817648f2e88bc7a80551f7e7fce50dd (plain)
1
2
3
4
5
public aspect AnnotationAspect02 {
  @org.aspectj.lang.annotation.SuppressAjWarnings before(): call(@SimpleAnnotation * *(..)) {}

  @org.aspectj.lang.annotation.SuppressAjWarnings before(): call( * *(..)) {}
}