Annotation Interface AllowedStereotypes
@MinMuleVersion("4.1")
@Target({FIELD,PARAMETER,TYPE})
@Retention(RUNTIME)
@Documented
public @interface AllowedStereotypes
Declares an array of
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.
- Since:
- 1.0
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends StereotypeDefinition>[] value
-