We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26725d commit 9cf8616Copy full SHA for 9cf8616
common/src/main/kotlin/com/lambda/config/AbstractSetting.kt
@@ -50,6 +50,7 @@ import kotlin.reflect.KProperty
50
*
51
* @property defaultValue The default value of the setting.
52
* @property description A description of the setting.
53
+ * @property type The type reflection of the setting.
54
* @property visibility A function that determines whether the setting is visible.
55
*/
56
abstract class AbstractSetting<T : Any>(
0 commit comments