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
     
  • Element Details

    • code

      String code
      Default:
      ""