Annotation Type CSharpReplaceMethod


  • @Retention(SOURCE)
    @Target({METHOD,FIELD,CONSTRUCTOR})
    public @interface CSharpReplaceMethod
    Annotate a Java method, constructor, or field with C# code that is to replace the entire Java method.
    • Optional Element Summary

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

      • code

        java.lang.String code
        Default:
        ""