aws.sdk.kotlin.hll.dynamodbmapper.codegen.annotations.rendering.SchemaAttributes.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dynamodb-mapper-schema-codegen Show documentation
Show all versions of dynamodb-mapper-schema-codegen Show documentation
DynamoDbMapper schema code generation
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")
}