mirror of
https://github.com/konsoletyper/teavm.git
synced 2025-03-07 11:37:08 +08:00
parent
447a16d4ee
commit
cc218fcd50
@ -24,7 +24,7 @@ import java.lang.annotation.Target;
|
||||
* <p>Marks abstract member method as a JavaScript method. This is equivalent to the following:</p>
|
||||
*
|
||||
* <pre>
|
||||
* {@literal @}JSBody(params = ..., script = "return new this.methodName(...);")
|
||||
* {@literal @}JSBody(params = ..., script = "return this.methodName(...);")
|
||||
* </pre>
|
||||
*
|
||||
* <p>where <code>methodName</code> is method's name by default or a name, directly specified by
|
||||
|
Loading…
Reference in New Issue
Block a user