Uses of Class
com.google.auto.service.AutoService
-
Packages that use AutoService Package Description com.google.auto.factory.processor This package contains the annotation processor that implements theAutoFactoryAPI.com.google.auto.value.processor This package contains the annotation processor that implements theAutoValueAPI. -
-
Uses of AutoService in com.google.auto.factory.processor
Classes in com.google.auto.factory.processor with annotations of type AutoService Modifier and Type Class Description classAutoFactoryProcessorThe annotation processor that generates factories forAutoFactoryannotations. -
Uses of AutoService in com.google.auto.value.processor
Classes in com.google.auto.value.processor with annotations of type AutoService Modifier and Type Class Description classAutoAnnotationProcessorJavac annotation processor (compiler plugin) to generate annotation implementations.classAutoValueBuilderProcessorAnnotation processor that checks that the type thatAutoValue.Builderis applied to is nested inside an@AutoValueclass.classAutoValueProcessorJavac annotation processor (compiler plugin) for value types; user code never references this class.
-