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

com.atlan.model.assets.Attribute Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
/* 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 appear in the 'attributes' map of an entity,
 * rather than directly in the top-level object.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface Attribute {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy