graphmine-core / io.github.sof3.graphmine.config / ConfigSpec / group
protected fun <G : ConfigGroupSpec<G>> group(group: G): GroupDelegate<G>
Config groups should be included by delegation to this call
/**
* Settings for the server
*/
val server by group(ServerConfig())
group - the config to be added
Return the delegate that can be included by property delegation