mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
11 lines
241 B
Java
Generated
11 lines
241 B
Java
Generated
// Generated automatically from javax.json.JsonStructure for testing purposes
|
|
|
|
package javax.json;
|
|
|
|
import javax.json.JsonValue;
|
|
|
|
public interface JsonStructure extends JsonValue
|
|
{
|
|
default JsonValue getValue(String p0){ return null; }
|
|
}
|