view Sphinx/source/plugins/java/HelloWorld.java @ 1199:fc98b7b10d47

kvs: Reserve + Acknowledge
author Alain Mazy <am@orthanc.team>
date Tue, 14 Oct 2025 15:36:09 +0200
parents df28170c2af3
children
line wrap: on
line source

import be.uclouvain.orthanc.Functions;

public class HelloWorld {
    static {
        Functions.logWarning("Hello from Java!");
    }
}