Package net.sf.saxon.transpile
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
-