eccf92928f97e0aacea5ddad00e5a4115915b39c
[Sone.git] / 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