DontMemoize

Class

Common
@Target(AnnotationTarget.EXPRESSION)
public annotation class DontMemoize

Mark a lambda in composition to opt out of auto-memoization. This annotation can be applied to individual lambdas e.g. val foo = @DontMemoize { ... }