Add note for reserved primary constructor

This commit is contained in:
Him188 2020-09-20 21:38:43 +08:00
parent ff68342110
commit 7a8944b1d6

View File

@ -30,6 +30,7 @@ import kotlin.reflect.full.findAnnotation
* @see PluginData
*/
public open class AutoSavePluginData private constructor(
// KEEP THIS PRIMARY CONSTRUCTOR FOR FUTURE USE: WE'LL SUPPORT SERIALIZERS_MODULE FOR POLYMORPHISM
@Suppress("UNUSED_PARAMETER") primaryConstructorMark: Any?,
) : AbstractPluginData() {
private lateinit var owner_: AutoSavePluginDataHolder