1 2 3 4 5
package com.romangraef.jrconfig interface ConfigSaveLoadProvider : ConfigProvider { fun setData(point: String, data: String): Boolean }