addItem

abstract fun addItem(item: Item<*>, prefix: String = "")

Load item into facade layer with the specified prefix.

Same item cannot be added twice. The item cannot have same qualified name with existed items in config.

Parameters

item

config item

prefix

prefix for the config item

Sources

jvm source
Link copied to clipboard