Annotation Interface Stereotype
@MinMuleVersion("4.1")
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
public @interface Stereotype
Annotation for
Sources, Operations, Configuration and
Connections level to communicate and declare the StereotypeDefinitions that
characterize the annotated components- Since:
- 1.0
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends StereotypeDefinition> value
-