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

io.datalbry.connector.api.annotation.property.Checksum.kt Maven / Gradle / Ivy

package io.datalbry.connector.api.annotation.property

/**
 * Indicates that a field should be taken into account for the checksum.
 *
 * The [Checksum] is not necessarily being indexed by the connector.
 *
 * @author timo gruen - 2020-12-27
 */
@Target(AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.FUNCTION, AnnotationTarget.FIELD)
@Retention(AnnotationRetention.RUNTIME)
annotation class Checksum




© 2015 - 2024 Weber Informatics LLC | Privacy Policy