10 | | * Handles java method overloading using the @dispatch annotation from multipledispatch. |
11 | | * Minimalistic code generation: if your java code does not use external libraries, no additional libraries are needed to run generated python code, except maybe the multipledispatch library if you use java method overloading. |
| 10 | * Handles java method overloading using the @dispatch annotation from [https://pypi.org/project/plum-dispatch/ plum]. |
| 11 | * Minimalistic code generation: if your java code does not use external libraries, no additional libraries are needed to run generated python code, except maybe the plum library if you use java method overloading. |