package p;

import java.lang.reflect.Field;

public interface IFoo {

	int log(Field field, String message);

}
