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

aws.sdk.kotlin.hll.dynamodbmapper.codegen.annotations.rendering.SchemaAttributes.kt Maven / Gradle / Ivy

The newest version!
/*
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */
package aws.sdk.kotlin.hll.dynamodbmapper.codegen.annotations.rendering

import aws.smithy.kotlin.runtime.collections.AttributeKey

/**
 * Internal schema code generation attributes
 */
internal object SchemaAttributes {
    /**
     * Whether a value converter should be generated for the class being processed
     */
    internal val ShouldRenderValueConverterAttribute: AttributeKey = AttributeKey("ShouldRenderValueConverter")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy