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

org.jetbrains.kotlin.metadata.SerializationPluginMetadataExtensions Maven / Gradle / Ivy

There is a newer version: 2.0.20-Beta2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: core/metadata/src/properties_order_extension.proto

package org.jetbrains.kotlin.metadata;

public final class SerializationPluginMetadataExtensions {
  private SerializationPluginMetadataExtensions() {}
  public static void registerAllExtensions(
      org.jetbrains.kotlin.protobuf.ExtensionRegistryLite registry) {
    registry.add(org.jetbrains.kotlin.metadata.SerializationPluginMetadataExtensions.propertiesNamesInProgramOrder);
  }
  public static final int PROPERTIES_NAMES_IN_PROGRAM_ORDER_FIELD_NUMBER = 18000;
  /**
   * extend .org.jetbrains.kotlin.metadata.Class { ... }
   */
  public static final
    org.jetbrains.kotlin.protobuf.GeneratedMessageLite.GeneratedExtension<
      org.jetbrains.kotlin.metadata.ProtoBuf.Class,
      java.util.List> propertiesNamesInProgramOrder = org.jetbrains.kotlin.protobuf.GeneratedMessageLite
          .newRepeatedGeneratedExtension(
        org.jetbrains.kotlin.metadata.ProtoBuf.Class.getDefaultInstance(),
        null,
        null,
        18000,
        org.jetbrains.kotlin.protobuf.WireFormat.FieldType.INT32,
        false,
        java.lang.Integer.class);

  static {
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy