![JAR search and dependency download from the Maven repository](/logo.png)
java.security.Guard Maven / Gradle / Ivy
package java.security;
public interface Guard {
void checkGuard(Object object) throws SecurityException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package java.security;
public interface Guard {
void checkGuard(Object object) throws SecurityException;
}