Module org.mule.sdk.api
Annotation Interface ConnectionProviders
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.5.0")
@DoNotEnforceMinMuleVersion
public @interface ConnectionProviders
Annotation to be used on a
Class also annotated with Extension, to list the ConnectionProviders that
the extension exposes.- Since:
- 1.0
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends ConnectionProvider>[]An array of classes which implement theConnectionProviderinterface.
-
Element Details
-
value
Class<? extends ConnectionProvider>[] valueAn array of classes which implement theConnectionProviderinterface.- Returns:
- A not empty array
-