Files
codeql/java/ql/test/stubs/gson-2.8.6/com/google/gson/FieldNamingStrategy.java
2023-05-30 17:52:00 +02:00

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);
}