public class funGenericClass { protected static String protectedFun() { return "OK"; } }