Package com.google.auto.value.extension.memoized
-
Class Summary Class Description MemoizedValidator An annotationProcessor
that reports errors for@Memoized
methods that are not insideAutoValue
-annotated classes.MemoizedValidator.ValidationStep MemoizeExtension An extension that implements theMemoized
contract.MemoizeExtension.Generator -
Annotation Types Summary Annotation Type Description Memoized Annotates methods in@AutoValue
classes for which the generated subclass will memoize the returned value.