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