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

tech.harmonysoft.oss.common.template.factory.impl.ConfigurerConstants.kt Maven / Gradle / Ivy

package tech.harmonysoft.oss.common.template.factory.impl

object ConfigurerConstants {

    const val WHEN = "When"
    const val THEN = "Then"
    const val AND = "And"
    const val OR = "Or"

    const val ORIGINAL_SHORTHAND = "original"
    const val ORIGINAL_PREFIX = "$ORIGINAL_SHORTHAND-"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy