mirror of
https://github.com/github/codeql.git
synced 2026-08-03 08:52:55 +02:00
11 lines
226 B
Java
Generated
11 lines
226 B
Java
Generated
// Generated automatically from com.google.gson.FieldNamingStrategy for testing purposes
|
|
|
|
package com.google.gson;
|
|
|
|
import java.lang.reflect.Field;
|
|
|
|
public interface FieldNamingStrategy
|
|
{
|
|
String translateName(Field p0);
|
|
}
|