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

java-micronaut.client.auth.Authorizations.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
{{>common/licenseInfo}}
package {{invokerPackage}}.auth;

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

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import {{javaxPackage}}.annotation.Generated;


{{>common/generatedAnnotation}}
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@Bindable
public @interface Authorizations {
    Authorization[] value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy