Annotation Type AutoConfig
-
@Retention(RUNTIME) public @interface AutoConfig
Declares a component configuration pid for which all non-configured component property type annotations in scope are converted to maps and merged to ConfigurationAdmin just prior to test execution. This annotation may only be specified once on any givenAnnotatedElement, and an instance of this annotation on a test method will override an instance of this annotation on the parent class.
-
-
Element Detail
-
value
Class<?> value
The component class to be configured using its name as the configuration pid.- Returns:
- the component class
-
-