
com.google.protobuf.ProtoDslMarker.kt Maven / Gradle / Ivy
package com.google.protobuf.kotlin
/**
* Indicates an API that is part of a DSL to generate protocol buffer messages.
*/
@DslMarker
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.BINARY)
@OnlyForUseByGeneratedProtoCode
annotation class ProtoDslMarker
© 2015 - 2025 Weber Informatics LLC | Privacy Policy