@Target([AnnotationTarget.PROPERTY, AnnotationTarget.FIELD]) annotation class Tag
Annotation used on a field to be mapped as a tag in influxDb request
(JVM)
<init> |
Annotation used on a field to be mapped as a tag in influxDb request Tag(name: String = "", converter: KClass<out TagConverter<*>> = TagConverter::class) |
(JVM)
converter |
val converter: KClass<out TagConverter<*>> |
(JVM)
name |
val name: String |