@Retention(value=SOURCE)
@Target(value=TYPE)
public @interface GsonTypeAdapterFactory
TypeAdapterFactory that handles all the publicly denoted adapter implementations of this
project.
@GsonTypeAdapterFactory
public abstract class Factory implements TypeAdapterFactory {
public static Factory create() {
return new AutoValueGson_Factory();
}
}