package test; public enum staticMethod { ENTRY; public static String foo() { return "OK"; } }