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

com.posadskiy.restsecurity.annotation.Security Maven / Gradle / Ivy

There is a newer version: 0.0.2
Show newest version
package com.posadskiy.restsecurity.annotation;

import java.lang.annotation.*;

@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Security {
	String[] roles() default { "USER" };
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy