1 2 3 4 5
public aspect ConcreteWorld extends World { pointcut greeting() : execution(* Hello.sayWorld(..)) || execution(* Hello.sayHello(..)); }