Annotation Interface CSharpUsing


@Retention(SOURCE) @Target(TYPE) public @interface CSharpUsing
Annotate a Java class or interface with C# "using" directives that are added to the generated C# module. These are needed primarily when invoking extension methods on an enumeration type.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • code

      String[] code
      Default:
      {""}