Changes between Version 81 and Version 82 of j2p


Ignore:
Timestamp:
05/30/24 09:48:16 (5 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v81 v82  
    5454}}}
    5555
     56This allows you to override just the annotation of an element, like this:
     57{{{
     58//#PY #custom deserializer not needed in python
     59@JsonDeserialize(...)
     60public Map<Integer,String> values;
     61}}}
     62
     63
    5664=== constructs
    5765The {{{private}}} keyword is reflected by the python convention of prefixing private fields function names and method names with {{{__}}}.