package stirling.software.SPDF.config; public interface ShowAdminInterface { default boolean getShowUpdateOnlyAdmins() { return true; } }