Annotation Interface ConnectionProviders
@MinMuleVersion("4.1")
@Target(TYPE)
@Retention(RUNTIME)
@Documented
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 Elements
-
Element Details
-
value
Class<? extends org.mule.runtime.api.connection.ConnectionProvider>[] valueAn array of classes which implement theConnectionProviderinterface.- Returns:
- A not empty array
-