Changes between Version 81 and Version 82 of j2p
- Timestamp:
- 05/30/24 09:48:16 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v81 v82 54 54 }}} 55 55 56 This allows you to override just the annotation of an element, like this: 57 {{{ 58 //#PY #custom deserializer not needed in python 59 @JsonDeserialize(...) 60 public Map<Integer,String> values; 61 }}} 62 63 56 64 === constructs 57 65 The {{{private}}} keyword is reflected by the python convention of prefixing private fields function names and method names with {{{__}}}.