Add parser for version information
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / main / NoArg.kt
diff --git a/src/main/kotlin/net/pterodactylus/sone/main/NoArg.kt b/src/main/kotlin/net/pterodactylus/sone/main/NoArg.kt
new file mode 100644 (file)
index 0000000..eccf929
--- /dev/null
@@ -0,0 +1,7 @@
+package net.pterodactylus.sone.main
+
+/**
+ * Annotation for class that will have a no-argument constructor artificially generated by
+ * the no-arg Kotlin compiler plugin.
+ */
+annotation class NoArg