From 9bc9dc4ce673ca8c1458246883f0a6026a2dc1aa Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Tue, 16 Jun 2026 21:58:13 +0100 Subject: Add import example --- examples/06-imports/hobgoblin.json5 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/06-imports/hobgoblin.json5 (limited to 'examples/06-imports/hobgoblin.json5') diff --git a/examples/06-imports/hobgoblin.json5 b/examples/06-imports/hobgoblin.json5 new file mode 100644 index 0000000..1ec9568 --- /dev/null +++ b/examples/06-imports/hobgoblin.json5 @@ -0,0 +1,9 @@ +{ + outputs: [ + { + generator: "java-types", + path: "output/java/src/gen/java", + packageName: "org.zwobble.example.types" + }, + ], +} -- cgit v1.2.3