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

com.itangcent.intellij.constant.Keys.kt Maven / Gradle / Ivy

package com.itangcent.intellij.constant

interface CacheKey {
    companion object {
        const val STARTTIME = "starttime"
        const val LOGPROCESS = "logprocess"
        const val LEVEL = "level"
    }
}

interface EventKey {
    companion object {
        const val ON_START = "onStart"

        const val ON_COMPLETED = "onCompleted"
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy