Uses of Class
com.google.auto.service.AutoService
-
Packages that use AutoService Package Description com.google.auto.value.extension.memoized.processor com.google.auto.value.processor This package contains the annotation processor that implements theAutoValue
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 AutoService Modifier and Type Class Description class
MemoizedValidator
An annotationProcessor
that reports errors for@Memoized
methods that are not insideAutoValue
-annotated classes.class
MemoizeExtension
An extension that implements theMemoized
contract. -
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
AutoOneOfProcessor
Javac annotation processor (compiler plugin) for one-of types; user code never references this class.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.
-