public class AnnotationsBuilder
Mutable builder for building annotations collection.
Constructor and Description |
---|
AnnotationsBuilder()
Mutable builder for building annotations collection.
|
Modifier and Type | Method and Description |
---|---|
void |
annotation(java.lang.String name,
kotlin.jvm.functions.Function1<? super ru.yandex.money.tools.grafana.dsl.annotations.AnnotationBuilder,? extends ru.yandex.money.tools.grafana.dsl.annotations.Annotation> build)
Adds new annotation to annotations with given name.
|
public AnnotationsBuilder()
Mutable builder for building annotations collection.
public void annotation(java.lang.String name, kotlin.jvm.functions.Function1<? super ru.yandex.money.tools.grafana.dsl.annotations.AnnotationBuilder,? extends ru.yandex.money.tools.grafana.dsl.annotations.Annotation> build)
Adds new annotation to annotations with given name.