mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01: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();
|
|
}
|