package test3;

public class Foo  {

	@Log
	public void doSomething(){
		System.out.println("doSomethig");
	}
}
