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

io.polyglotted.spring.security.IsApprover Maven / Gradle / Ivy

There is a newer version: 5.0.7.2
Show newest version
package io.polyglotted.spring.security;

import org.springframework.security.access.prepost.PreAuthorize;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@SuppressWarnings("unused") @Retention(RetentionPolicy.RUNTIME)
@PreAuthorize("hasAnyRole('ROLE_ADMINISTRATOR','ROLE_GATE_KEEPER')")
public @interface IsApprover {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy