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