package com.gmail.nossr50.config; import java.util.List; /** * This is for config validation */ public interface DefaultKeys { List validateKeys(); }