@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Repeatable(ImportedTypes.class)
@MinMuleVersion("4.5.0")
public @interface Import
Annotation to be used on an
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 Extension- Since:
- 1.0
-
Required Element Summary
Required Elements