dev.alangomes.springspigot.security.GuardService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spigot-spring-boot-starter Show documentation
Show all versions of spigot-spring-boot-starter Show documentation
Spring support for spigot plugins
package dev.alangomes.springspigot.security;
/**
* Defines a guard service which will be available in all {@link dev.alangomes.springspigot.security.Authorize Authorize}
* evaluations via the {@code #guard} variable. Can be used to create more complex verifications.
*/
public interface GuardService {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy