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

org.springframework.security.access.annotation.Secured Maven / Gradle / Ivy

package org.springframework.security.access.annotation;

import java.lang.annotation.*;

@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
/**
 * For compatible with existence source code
 */
public @interface Secured {
    String[] value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy