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

com.minlia.cloud.security.annotation.SecuredByAuthority Maven / Gradle / Ivy

package com.minlia.cloud.security.annotation;

import java.lang.annotation.*;

@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface SecuredByAuthority {

    /**
     * Authority names.
     *
     * @return String[] Array of authority names.
     */
    String[] value() default {};

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy