aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations/AnnotationAspect02.aj
blob: ddc3cc48d9c4fc97d335b3a0c34ccb3c09df0259 (plain)
1
2
3
4
5
public aspect AnnotationAspect02 {
  before(): call(@SimpleAnnotation * *(..)) {}

  before(): call( * *(..)) {}
}