Changes between Version 68 and Version 69 of j2p
- Timestamp:
- 05/15/24 10:29:31 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v68 v69 44 44 Fields in Java have to be initialized in the __init__ function in the python translation. 45 45 46 Overloaded methods can not be handled by default python and need to be handled using an external library {{{multidispatch==0.6.0}}} and result in additional annotations {{{@dispatch(...)}}} in the translated code. 46 Overloaded methods can not be handled by default python and need to be handled using an external library {{{plum-dispatch==2.2.2}}} and result in additional {{{@dispatch}}} annotations in the translated code. If you use overloading, you need to have plum installed to run your code. Check also the @Nonnull section. 47 48 47 49 48 50 ==== built-in "primitives"