Changes between Version 89 and Version 90 of j2p


Ignore:
Timestamp:
06/12/24 09:09:41 (5 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v89 v90  
    5858This allows you to override just the annotation of an element, like this:
    5959{{{
    60 //#PY #custom deserializer not needed in python
    61 @JsonDeserialize(...)
    62 private final Map<Integer,String> values=...;
     60//#PY #annotation not needed in python
     61@JavaSpecificAnnotation
     62private final String values...
    6363}}}
    6464