@ApiStatus.Internal
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Migrators
Internal annotation to register multiple migrator classes for a config class.
It is automatically generated by the compiler when using the Migrator annotation.