Package net.sf.saxon.transpile
Annotation Type CSharpOmit
-
@Retention(SOURCE) @Target({METHOD,CONSTRUCTOR,FIELD}) public @interface CSharpOmit
Annotate a Java method to indicate that it is to be dropped from the C# generated code (alternative to conditional exclusion using the preprocessor)
-
-
Element Detail
-
code
String code
- Default:
- ""
-
-