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

com.floragunn.searchguard.sgconf.Hideable Maven / Gradle / Ivy

The newest version!
package com.floragunn.searchguard.sgconf;

public interface Hideable {
    
    boolean isHidden();
    boolean isReserved();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy