Annotation Interface ConfiguredWith
Annotation to specify the configuration class for a component.
- Author:
- Luca Frosini (ISTI-CNR)
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends ComponentConfiguration>The configuration class for the component.
-
Element Details
-
value
Class<? extends ComponentConfiguration> valueThe configuration class for the component.- Returns:
- the configuration class
-