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

templates.kotlin-micronaut.client.auth.Authorizations.mustache Maven / Gradle / Ivy

{{>common/licenseInfo}}
package {{invokerPackage}}.auth

import io.micronaut.core.bind.annotation.Bindable

import kotlin.annotation.AnnotationRetention.RUNTIME
import kotlin.annotation.AnnotationTarget.FUNCTION

{{#generatedAnnotation}}
import {{javaxPackage}}.annotation.Generated

{{/generatedAnnotation}}
{{#generatedAnnotation}}
{{>common/generatedAnnotation}}
{{/generatedAnnotation}}
@MustBeDocumented
@Retention(RUNTIME)
@Target(FUNCTION)
@Bindable
annotation class Authorizations(

    val value: Array
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy