oc.runtime-components.0.9.0.source-code.Memoize.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of runtime-components Show documentation
Show all versions of runtime-components Show documentation
Adds some utilities to code, developed originally for Advent of Code solving
The newest version!
package com.sschr15.aoc.annotations
/**
* Marks a function to be memoized by the compiler plugin.
*/
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.SOURCE)
annotation class Memoize
© 2015 - 2025 Weber Informatics LLC | Privacy Policy