package io.gitlab.jfronny; import io.gitlab.jfronny.inceptum.ExampleRecord; import java.io.IOException; public class Main { public static void main(String[] args) throws IOException { // This works System.out.println(new ExampleRecord("aaee").toJson()); } }