Changes between Version 153 and Version 154 of j2p
- Timestamp:
- 11/06/24 14:42:46 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v153 v154 413 413 }}} 414 414 415 {{{#!td style="background: #efe" 416 The translator filters out duplicate imports only if there is one import done per line. So avoid multi imports like {{{from mockito import when, any}}} 417 }}} 418 415 419 {{{#!td style="background: #eef" 416 420 #PY always goes **before** a java object. If you really have to add #PY after your last line of java code, you will have to add a dummy class at the end, and annotate that.