Annotation Interface SubTypeMapping
@MinMuleVersion("4.1")
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Repeatable(SubTypesMapping.class)
public @interface SubTypeMapping
Annotation to be used on an
Extension to declare the concrete implementations of a given abstract Class
or interface. When a Parameter or Field of this base type is found, DSL and tooling support for
declaring the sub types implementations will be generated.- Since:
- 1.0
-
Required Element Summary
Required Elements