All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.api.RaptorContext.kt Maven / Gradle / Ivy

package io.fluidsonic.raptor.lifecycle

import io.fluidsonic.raptor.*


internal val RaptorContext.lifecycle: DefaultLifecycle
	get() = properties[Keys.lifecycleProperty] ?: throw RaptorPluginNotInstalledException(RaptorLifecyclePlugin)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy