public interface ParamType { void method1(int p1, float p2, String p3, Object p4); }