1 2 3 4 5
public aspect AnnotationAspect02 { before(): call(@SimpleAnnotation * *(..)) {} before(): call( * *(..)) {} }