package com.gmail.nossr50.config; /** * A class that is expected to register one thing into another thing */ public interface Registers { /** * Register stuff */ void register(); }