mirror of https://github.com/kivy/pyjnius.git
parent
a45ba1737e
commit
0635452378
|
@ -313,7 +313,7 @@ A signature like::
|
||||||
|
|
||||||
|
|
||||||
When you implement Java in Python, the signature of the Java method must match.
|
When you implement Java in Python, the signature of the Java method must match.
|
||||||
Java provide a tool named `javap` to get the signature of any java class. For
|
Java provides a tool named `javap` to get the signature of any java class. For
|
||||||
example::
|
example::
|
||||||
|
|
||||||
$ javap -s java.util.Iterator
|
$ javap -s java.util.Iterator
|
||||||
|
|
Loading…
Reference in New Issue