//protobuf-kotlin/com.google.protobuf.kotlin/OnlyForUseByGeneratedProtoCode
OnlyForUseByGeneratedProtoCode
[JVM] @Target(allowedTargets = [AnnotationTarget.CONSTRUCTOR, AnnotationTarget.ANNOTATION_CLASS])
annotation class OnlyForUseByGeneratedProtoCode
Opt-in annotation to make it difficult to accidentally use APIs only intended for use by proto generated code. See https://kotlinlang.org/docs/reference/opt-in-requirements.html for details on how this API works.
Constructors
Name | Summary |
---|---|
OnlyForUseByGeneratedProtoCode | [JVM] fun OnlyForUseByGeneratedProtoCode() |