@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Repeatable(value=ImportedTypes.class) public @interface Import
Extension to declare that
a given Class definition has to be imported from another
Extension declaration.
Usages of such Class will reference its original
definition instead of being redefined in the current Extensionpublic abstract String from
Extension.name() of the Extension which declares the imported typeCopyright © 2017 MuleSoft, Inc.. All rights reserved.