@Retention(value=SOURCE)
@Target(value=TYPE)
public @interface CSharpExtendInterface
Annotate a Java interface to reference an additional interface with method definitions that
will be present in the C# product. The value of the key="" parameter must be the fully-qualified
name of an interface definition.