
com.google.protobuf.DslProxy.kt Maven / Gradle / Ivy
package com.google.protobuf.kotlin
/**
* A type meaningful only for its existence, never intended to be instantiated. For example,
* a `DslList` can be given different extension methods than a
* `DslList`.
*/
abstract class DslProxy @OnlyForUseByGeneratedProtoCode protected constructor() {
init {
throw UnsupportedOperationException("A DslProxy should never be instantiated")
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy