🔀 Merge branch 'release/v82'
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / main / NoArg.kt
1 package net.pterodactylus.sone.main
2
3 /**
4  * Annotation for class that will have a no-argument constructor artificially generated by
5  * the no-arg Kotlin compiler plugin.
6  */
7 annotation class NoArg