@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 ExtensionCopyright © 2020 MuleSoft, Inc.. All rights reserved.