![JAR search and dependency download from the Maven repository](/logo.png)
com.github.frtu.kotlin.tool.ToolRegistry.kt Maven / Gradle / Ivy
package com.github.frtu.kotlin.tool
import com.github.frtu.kotlin.action.management.ActionRegistry
import org.springframework.stereotype.Repository
/**
* Registry of all `Tool` in the classpath
*
* @author Frédéric TU
* @since 2.0.8
*/
@Repository
class ToolRegistry(
registry: List = listOf()
) : ActionRegistry(registry)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy