//protobuf-kotlin/com.google.protobuf.kotlin/ProtoDslMarker

ProtoDslMarker

[JVM] @DslMarker()
@Target(allowedTargets = [AnnotationTarget.CLASS])

annotation class ProtoDslMarker

Indicates an API that is part of a DSL to generate protocol buffer messages.

Constructors

NameSummary
ProtoDslMarker[JVM] fun ProtoDslMarker()