Changes between Version 68 and Version 69 of j2p


Ignore:
Timestamp:
05/15/24 10:29:31 (6 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v68 v69  
    4444Fields in Java have to be initialized in the __init__ function in the python translation.
    4545
    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.
     46Overloaded 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
    4749
    4850==== built-in "primitives"