Changes between Version 89 and Version 90 of j2p
- Timestamp:
- 06/12/24 09:09:41 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v89 v90 58 58 This allows you to override just the annotation of an element, like this: 59 59 {{{ 60 //#PY # custom deserializernot needed in python61 @J sonDeserialize(...)62 private final Map<Integer,String> values=...;60 //#PY #annotation not needed in python 61 @JavaSpecificAnnotation 62 private final String values... 63 63 }}} 64 64