Uses of Class
com.google.auto.common.BasicAnnotationProcessor
-
Packages that use BasicAnnotationProcessor Package Description com.google.auto.value.extension.memoized -
-
Uses of BasicAnnotationProcessor in com.google.auto.value.extension.memoized
Subclasses of BasicAnnotationProcessor in com.google.auto.value.extension.memoized Modifier and Type Class Description class
MemoizedValidator
An annotationProcessor
that reports errors for@Memoized
methods that are not insideAutoValue
-annotated classes.
-