package dispatcher; public class Staticmethod { public static String foo(String s) { return s; } }