@MinMuleVersion(value="4.1") @Target(value={FIELD,PARAMETER,TYPE}) @Retention(value=RUNTIME) @Documented public @interface AllowedStereotypes
classes of an StereotypeDefinition, to communicate and declare which
StereotypeDefinition the nested component allows to be injected with.
This annotation can be applied to parameters of type Chain, or to Route implementations.
StereotypeDefinition,
Chain,
Route| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends StereotypeDefinition>[] |
value |
public abstract Class<? extends StereotypeDefinition>[] value
Copyright © 2024 MuleSoft, Inc.. All rights reserved.