Annotation Type CSharpInjectMembers


  • @Retention(SOURCE)
    @Target(TYPE)
    public @interface CSharpInjectMembers
    Annotate a Java class or interface with C# code that is to be injected literally into the body of the class or interface when converting to C#.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] code  
    • Element Detail

      • code

        java.lang.String[] code
        Default:
        {""}