All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.kotlin.kotlin-compiler.0.14.449.source-code.ext_options.proto Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package org.jetbrains.kotlin.serialization;

import "google/protobuf/descriptor.proto";

option java_outer_classname = "ExtOptionsProtoBuf";
option java_generic_services = false; // Less code

extend google.protobuf.FieldOptions {
  optional bool skip_in_comparison = 50000;
  optional bool name_id_in_table = 50001;
  optional bool fq_name_id_in_table = 50002;
  optional bool string_id_in_table = 50003;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy