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

com.github.frtu.kotlin.spring.tool.annotation.ToolGroup.kt Maven / Gradle / Ivy

There is a newer version: 2.0.14
Show newest version
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