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