All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gsonpath.GsonProcessor Maven / Gradle / Ivy

Go to download

An annotation processor which generates Type Adapters for the Google Gson library

There is a newer version: 4.0.0
Show newest version
package gsonpath;

import com.google.auto.service.AutoService;

import javax.annotation.processing.Processor;

/**
 * Note: Autoservice does not seem to work when using a kotlin class, therefore we
 * expose this empty java class to appease the library.
 */
@AutoService(Processor.class)
public class GsonProcessor extends GsonProcessorImpl {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy