package net.sector.annotations; /** * Annotation for apparently unused methods, to indicate that they can be safely * removed when preparing the game for final release * * @author MightyPork */ public @interface Unused { }