com.hextremelabs.sms.smssender.infobip.Infobip.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sms-sender Show documentation
Show all versions of sms-sender Show documentation
A simple sms sender with automatic failover
The newest version!
package com.hextremelabs.sms.smssender.infobip
import javax.inject.Qualifier
import kotlin.annotation.AnnotationTarget.CLASS
import kotlin.annotation.AnnotationTarget.FIELD
import kotlin.annotation.AnnotationTarget.FUNCTION
import kotlin.annotation.AnnotationTarget.VALUE_PARAMETER
/**
*
* @author oladeji
*/
@Qualifier
@Retention(AnnotationRetention.RUNTIME)
@Target(CLASS, FUNCTION, FIELD, VALUE_PARAMETER)
annotation class Infobip