@Documented
@Scope
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ConfiguredBy
Hub
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
A service is created for each instance of this type,
with a name taken from the key of the instance
|
Modifier and Type | Optional Element and Description |
---|---|
ConfiguredBy.CreationPolicy |
creationPolicy
Specifies the creation policy for configured services
based on type instances.
|
public abstract java.lang.String value
public abstract ConfiguredBy.CreationPolicy creationPolicy