view Sphinx/source/plugins/java/HelloWorld.java @ 1151:ebc0c3323c98

orthonc
author Alain Mazy <am@orthanc.team>
date Mon, 14 Apr 2025 08:57:19 +0200
parents df28170c2af3
children
line wrap: on
line source

import be.uclouvain.orthanc.Functions;

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