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

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

package com.auritylab.graphql.kotlin.toolkit.spring.annotation

import org.springframework.stereotype.Component

/**
 * Describes a annotation which contains multiple [GQLResolver].
 *
 * @see GQLResolver For further documentation.
 */
@Component
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class GQLResolvers(
    vararg val resolvers: GQLResolver
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy