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

tech.codingzen.kata.konfig.annotations.EvaluateAlways.kt Maven / Gradle / Ivy

package tech.codingzen.kata.konfig.annotations

/**
 * Indicates that the property delegate will always be executed when the property getter is invoked
 */
@Target(AnnotationTarget.FIELD, AnnotationTarget.PROPERTY)
@Retention(AnnotationRetention.RUNTIME)
@MustBeDocumented
annotation class EvaluateAlways




© 2015 - 2025 Weber Informatics LLC | Privacy Policy