wf.utils.telegram_client_api.spring.annotation.TelegramClientController Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WF-TelegramClientApi Show documentation
Show all versions of WF-TelegramClientApi Show documentation
TelegramClientApi utils on Java
package wf.utils.telegram_client_api.spring.annotation;
import org.springframework.stereotype.Component;
import java.lang.annotation.*;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Component
public @interface TelegramClientController {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy