All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oc.runtime-components.0.9.0.source-code.Memoize.kt Maven / Gradle / Ivy

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