mirror of
https://github.com/github/codeql.git
synced 2026-08-03 08:52:55 +02:00
12 lines
300 B
Java
Generated
12 lines
300 B
Java
Generated
// Generated automatically from com.google.gson.ExclusionStrategy for testing purposes
|
|
|
|
package com.google.gson;
|
|
|
|
import com.google.gson.FieldAttributes;
|
|
|
|
public interface ExclusionStrategy
|
|
{
|
|
boolean shouldSkipClass(Class<? extends Object> p0);
|
|
boolean shouldSkipField(FieldAttributes p0);
|
|
}
|