![JAR search and dependency download from the Maven repository](/logo.png)
com.github.frtu.kotlin.spring.tool.annotation.ToolGroup.kt Maven / Gradle / Ivy
package com.github.frtu.kotlin.spring.tool.annotation
import org.springframework.stereotype.Component
/**
* ToolExecutor is an group of `Tool`
*
* @author Frédéric TU
* @since 2.0.9
*/
@Component
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class ToolGroup
© 2015 - 2025 Weber Informatics LLC | Privacy Policy