@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Repeatable(value=RegisterProviders.class) public @interface RegisterProvider
If a provider listed is not found on the classpath, it is ignored. If a provider is listed, but is not a valid
provider, then an IllegalArgumentException
is thrown indicating that the provider is invalid.