view Sphinx/source/plugins/java/HelloWorld.java @ 1152:730fd5c08b0b

python streaming
author Alain Mazy <am@orthanc.team>
date Thu, 24 Apr 2025 14:40:39 +0200
parents df28170c2af3
children
line wrap: on
line source

import be.uclouvain.orthanc.Functions;

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