![JAR search and dependency download from the Maven repository](/logo.png)
br.com.caelum.brutauth.verifier.BrutauthRulesVerifier Maven / Gradle / Ivy
package br.com.caelum.brutauth.verifier;
import java.lang.annotation.Annotation;
import br.com.caelum.brutauth.interceptors.BrutauthClassOrMethod;
public interface BrutauthRulesVerifier {
boolean canVerify(Class extends Annotation> annotation);
boolean rulesOfTypeAllows(BrutauthClassOrMethod type);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy