Skip to content

Commit 9cf8616

Browse files
committed
Update AbstractSetting.kt
1 parent b26725d commit 9cf8616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/kotlin/com/lambda/config/AbstractSetting.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ import kotlin.reflect.KProperty
5050
*
5151
* @property defaultValue The default value of the setting.
5252
* @property description A description of the setting.
53+
* @property type The type reflection of the setting.
5354
* @property visibility A function that determines whether the setting is visible.
5455
*/
5556
abstract class AbstractSetting<T : Any>(

0 commit comments

Comments
 (0)