mirror of
https://github.com/github/codeql.git
synced 2026-04-08 00:24:03 +02:00
12 lines
282 B
Java
Generated
12 lines
282 B
Java
Generated
// Generated automatically from com.google.protobuf.MessageLiteOrBuilder for testing purposes
|
|
|
|
package com.google.protobuf;
|
|
|
|
import com.google.protobuf.MessageLite;
|
|
|
|
public interface MessageLiteOrBuilder
|
|
{
|
|
MessageLite getDefaultInstanceForType();
|
|
boolean isInitialized();
|
|
}
|