Module org.mule.sdk.api
Annotation Interface AllowedStereotypes
@Target({FIELD,PARAMETER,TYPE})
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.5.0")
public @interface AllowedStereotypes
Declares an array of
classes of an StereotypeDefinition, to communicate and declare which
StereotypeDefinition the annotated component allows to be injected with.
This annotation can be applied to parameters of type Chain, or to Route implementations.
- Since:
- 1.0
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends StereotypeDefinition>[] value
-