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