Annotation Interface SubOf


@Retention(RUNTIME) @Target(TYPE) public @interface SubOf
An interface that determines which CoreCommand will contain this SubCommand. It is required to add this annotation to SubCommand's subclasses if you want to use Simpler.registerCommands(JavaPlugin).