public aspect With { before() : execution( void Hello.greeting() ) { System.out.print("AOP>> "); } }