JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
net.sf.saxon.transpile
CSharpReplaceMethod
Contents
Description
Optional Element Summary
Element Details
code
Hide sidebar
Show sidebar
Annotation Interface 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
String
code
Element Details
code
String
code
Default:
""