1 2 3 4 5 6 7 8
public class A { public void m() { } } aspect X { declare warning: execution(* A.m(..)): "method found"; }