1 #ifndef GOOGLE_PROTOBUF_COMPILER_JAVA_LITE_GENERATOR_FACTORY_H__ 2 #define GOOGLE_PROTOBUF_COMPILER_JAVA_LITE_GENERATOR_FACTORY_H__ 3 4 #include "google/protobuf/compiler/java/generator_factory.h" 5 6 namespace google { 7 namespace protobuf { 8 namespace compiler { 9 namespace java { 10 11 std::unique_ptr<GeneratorFactory> MakeImmutableLiteGeneratorFactory( 12 Context* context); 13 14 } // namespace java 15 } // namespace compiler 16 } // namespace protobuf 17 } // namespace google 18 19 #endif // GOOGLE_PROTOBUF_COMPILER_JAVA_LITE_GENERATOR_FACTORY_H__ 20