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 theAutoValueAPI. -
-
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 classMemoizedValidatorAn annotationProcessorthat reports errors for@Memoizedmethods that are not insideAutoValue-annotated classes.classMemoizeExtensionAn extension that implements theMemoizedcontract. -
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.classAutoOneOfProcessorJavac annotation processor (compiler plugin) for one-of types; user code never references this class.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.
-