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

com.github.frtu.kotlin.action.management.ActionId.kt Maven / Gradle / Ivy

package com.github.frtu.kotlin.action.management

/**
 * Unique Id with hyphen for an action, readable by human or LLM
 *
 * @author Frédéric TU
 * @since 2.0.8
 */
data class ActionId(
    /** Normalized [a-zA-Z0-9-#()] - recommendation to use kebab-case */
    val value: String,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy