blob: cc3309cc3a2cd2217a2f8ecf6bc9399fc949e51e [file] [log] [blame]
#ifndef GOOGLE_PROTOBUF_COMPILER_JAVA_LITE_GENERATOR_FACTORY_H__
#define GOOGLE_PROTOBUF_COMPILER_JAVA_LITE_GENERATOR_FACTORY_H__
#include "google/protobuf/compiler/java/generator_factory.h"
namespace google {
namespace protobuf {
namespace compiler {
namespace java {
std::unique_ptr<GeneratorFactory> MakeImmutableLiteGeneratorFactory(
Context* context);
} // namespace java
} // namespace compiler
} // namespace protobuf
} // namespace google
#endif // GOOGLE_PROTOBUF_COMPILER_JAVA_LITE_GENERATOR_FACTORY_H__