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 theAutoFactory
API.com.google.auto.value.processor This package contains the annotation processor that implements theAutoValue
API. -
-
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 class
AutoFactoryProcessor
The annotation processor that generates factories forAutoFactory
annotations. -
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 class
AutoAnnotationProcessor
Javac annotation processor (compiler plugin) to generate annotation implementations.class
AutoValueBuilderProcessor
Annotation processor that checks that the type thatAutoValue.Builder
is applied to is nested inside an@AutoValue
class.class
AutoValueProcessor
Javac annotation processor (compiler plugin) for value types; user code never references this class.
-