Uses of Annotation Interface
com.google.auto.service.AutoService
Packages that use AutoService
Package
Description
This package contains the annotation processor that implements the
AutoValue
API.-
Uses of AutoService in com.google.auto.value.extension.memoized.processor
Classes in com.google.auto.value.extension.memoized.processor with annotations of type AutoServiceModifier and TypeClassDescriptionfinal class
An annotationProcessor
that reports errors forinvalid reference
@Memoized
AutoValue
-annotated classes.final class
An extension that implements theinvalid reference
Memoized
-
Uses of AutoService in com.google.auto.value.processor
Classes in com.google.auto.value.processor with annotations of type AutoServiceModifier and TypeClassDescriptionclass
Javac annotation processor (compiler plugin) to generate annotation implementations.class
Javac annotation processor (compiler plugin) for one-of types; user code never references this class.class
Annotation processor that checks that the type thatAutoValue.Builder
is applied to is nested inside an@AutoValue
class.class
Javac annotation processor (compiler plugin) for value types; user code never references this class.