@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Repeatable(value=ImportedTypes.class) @MinMuleVersion(value="4.5.0") 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 © 2022. All rights reserved.