package java.security;

/**
 * This interface is only defined for hierarchy compatibility.
 */
public interface Guard {
}
