@Retention(value=RUNTIME)
public @interface AutoBind
Automatically binds an instance of itself as an eager singleton during the post-initialise stage
of the FloodgatePlatform. Add the annotation to a class, and it should automatically create an
instance and inject it for you.