blob: 13c6367d3cc8150f38c30069f704a57fc56eb394 [file] [log] [blame]
#include "google/protobuf/compiler/java/generator.h"
#include "google/protobuf/compiler/plugin.h"
int main(int argc, char *argv[]) {
::google::protobuf::compiler::java::JavaGenerator generator;
#ifdef GOOGLE_PROTOBUF_RUNTIME_INCLUDE_BASE
generator.set_opensource_runtime(true);
#endif
return ::google::protobuf::compiler::PluginMain(argc, argv, &generator);
}