1 2 3 4 5 6 7
package moe.nea.zwirn; public class ZwirnUtil { private static <T> T TODO(String message) { throw new RuntimeException("Not yet implemented: " + message); } }