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

com.auritylab.graphql.kotlin.toolkit.spring.annotation.GQLScalar.kt Maven / Gradle / Ivy

There is a newer version: 0.7.3
Show newest version
package com.auritylab.graphql.kotlin.toolkit.spring.annotation

import graphql.schema.Coercing
import org.springframework.stereotype.Component

/**
 * Describes a annotation which shall only be used on [Coercing].
 */
@Component
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class GQLScalar(
    /**
     * The actual name of the scalar.
     */
    val name: String
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy