1 2 3 4 5 6 7
public aspect AnnotationAspect03 { declare warning : execution(* *.*(..)) && @annotation(@SimpleAnnotation) : "@annotation matched here"; }