java.security.Guard Maven / Gradle / Ivy
package java.security;
public interface Guard {
void checkGuard(Object object) throws SecurityException;
}
package java.security;
public interface Guard {
void checkGuard(Object object) throws SecurityException;
}