Annotation Type CSharpReplaceBody


  • @Retention(SOURCE)
    @Target({METHOD,CONSTRUCTOR})
    public @interface CSharpReplaceBody
    Annotate a Java method with C# code that is to be injected literally into the body of the method when converting to C#, replacing the Java method body.
    • Optional Element Summary

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

      • code

        java.lang.String code
        Default:
        ""