Annotation Type 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 given
AnnotatedElement
, and an instance of this annotation on a test
method will override an instance of this annotation on the parent class.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<?> valueThe component class to be configured using its name as the configuration pid.- Returns:
- the component class
-
-