Mercurial > hg > orthanc-book
view Sphinx/source/plugins/java/HelloWorld.java @ 1229:e15a7861fdcd Orthanc-1.12.10
Orthanc 1.12.10
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 26 Nov 2025 16:48:43 +0100 |
| parents | df28170c2af3 |
| children |
line wrap: on
line source
import be.uclouvain.orthanc.Functions; public class HelloWorld { static { Functions.logWarning("Hello from Java!"); } }
