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

dev.alangomes.springspigot.security.GuardService Maven / Gradle / Ivy

There is a newer version: 0.20.7
Show newest version
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