Mercurial > hg > orthanc-book
view Sphinx/source/plugins/java/HelloWorld.java @ 1150:84d5e5f3c670
Added tag Orthanc-1.12.7 for changeset a23a5e08f3b4
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 07 Apr 2025 13:01:12 +0200 |
parents | df28170c2af3 |
children |
line wrap: on
line source
import be.uclouvain.orthanc.Functions; public class HelloWorld { static { Functions.logWarning("Hello from Java!"); } }