Annotation Interface Configurations
@MinMuleVersion("4.1")
@Target(TYPE)
@Retention(RUNTIME)
@Documented
public @interface Configurations
Allows to reference a list of classes from which a
org.mule.runtime.extension.api.introspection.Configuration model is
to be inferred. This annotation is to be used in classes which are also annotated with Extension and value()
must reference classes which are annotated with Configuration- Since:
- 1.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?>[] value- Returns:
- An array of classes annotated with
Configuration
-