@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface MethodHelper.NotImplemented
This is an annotation which allows a class to signal that while it is "implementing"
a method because it is specified by a parent class or interface, that the implementation
just throws an exception, because it is not implemented.