@Target(value={FIELD,PARAMETER,TYPE}) @Retention(value=RUNTIME) @Documented @MinMuleVersion(value="4.5.0") public @interface AllowedStereotypes
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.
StereotypeDefinition,
Chain,
Route| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends StereotypeDefinition>[] |
value |
public abstract Class<? extends StereotypeDefinition>[] value
Copyright © 2023. All rights reserved.