@MinMuleVersion("4.1") @Target({FIELD,PARAMETER}) @Retention(RUNTIME) @Documented @Repeatable(ConfigReferences.class) public @interface ConfigReference
Annotation to be used in a String type Parameter field or parameter which value is a reference to a global configuration element.
Since:
1.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
  • Element Details

    • namespace

      String namespace
      Returns:
      the name of the extension that contains the accepted configuration type.
    • name

      String name
      Returns:
      the name of the ConfigurationModel that is accepted by the annotated Parameter.