323 | | {{{#!td style="background: #efe" |
324 | | Remember to turn off auto formatting of comments if you use an IDE (eg Eclipse). |
325 | | Otherwise it will corrupt the layout of your #PY code. |
| 323 | |
| 324 | {{{#!td style="background: #eef" |
| 325 | #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. |
| 326 | }}} |
| 327 | |
| 328 | {{{#!td style="background: #fee" |
| 329 | Auto formatting (eg when using "save actions in Eclipse) may corrupt the format of #PY blocks. We recommend turning off auto comment formatting. |