package foo; public class Intf { String getFooBar() { return "OK"; } }