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.
-
-
Element Detail
-
code
String code
- Default:
- ""
-
-