![JAR search and dependency download from the Maven repository](/logo.png)
com.atlan.model.assets.Date Maven / Gradle / Ivy
/* SPDX-License-Identifier: Apache-2.0
Copyright 2022 Atlan Pte. Ltd. */
package com.atlan.model.assets;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Used to label fields that should be treated as dates (or timestamps), despite
* having a Long type (as they persist as epoch timestamps).
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface Date {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy