Package net.sf.saxon.transpile
Annotation Type CSharpModifiers
This annotation appears on the declation of a method or field if, for some reason,
the automatic generation of the correct modifiers for C# produces incorrect results.
A common use case is for methods in inner classes, which are not handled by the
pre-allocation of virtual/override modifiers in the refined digest.
All modifiers should be listed, replacing any modifiers (and Override annotations)
present in the Java source code
-
Optional Element Summary
Optional Elements
-
Element Details
-
code
String[] code- Default:
{}
-