Uses of Annotation Type
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 classAn annotationProcessorthat reports errors formethods that are not insideinvalid reference
@MemoizedAutoValue-annotated classes.final classAn extension that implements thecontract.invalid reference
Memoized -
Uses of AutoService in com.google.auto.value.processor
Classes in com.google.auto.value.processor with annotations of type AutoServiceModifier and TypeClassDescriptionclassJavac annotation processor (compiler plugin) to generate annotation implementations.classJavac annotation processor (compiler plugin) for one-of types; user code never references this class.classAnnotation processor that checks that the type thatAutoValue.Builderis applied to is nested inside an@AutoValueclass.classJavac annotation processor (compiler plugin) for value types; user code never references this class.