@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ForwardingExtensionMethod
!!! For internal use only !!!
This annotation is added to a generated extension method when it is added to the source of the class, as opposed to
adding it as a logical method to an existing .class file.