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

io.protostuff.compiler.model.ProtobufConstants Maven / Gradle / Ivy

There is a newer version: 3.1.40
Show newest version
package io.protostuff.compiler.model;

/**
 * @author Kostiantyn Shchepanovskyi
 */
public class ProtobufConstants {

    public static final String MSG_FILE_OPTIONS = ".google.protobuf.FileOptions";
    public static final String MSG_ENUM_OPTIONS = ".google.protobuf.EnumOptions";
    public static final String MSG_ENUM_VALUE_OPTIONS = ".google.protobuf.EnumValueOptions";
    public static final String MSG_MESSAGE_OPTIONS = ".google.protobuf.MessageOptions";
    public static final String MSG_FIELD_OPTIONS = ".google.protobuf.FieldOptions";
    public static final String MSG_SERVICE_OPTIONS = ".google.protobuf.ServiceOptions";
    public static final String MSG_METHOD_OPTIONS = ".google.protobuf.MethodOptions";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy