Annotation Type SatisfyingConditionTarget
-
@ComponentPropertyType @Retention(CLASS) @Target(TYPE) public @interface SatisfyingConditionTarget
Component Property Type for theosgi.ds.satisfying.condition.targetreference property.This annotation can be used on a
Componentto declare the value of the target property for the component's satisfying condition reference if a value other than the default value is desired.- Since:
- 1.5
- See Also:
- "Component Property Types"
-
-
Field Detail
-
PREFIX_
static final String PREFIX_
Prefix for the property name. This value is prepended to each property name.
-
-
Element Detail
-
value
String value
Filter expression to select the component's satisfying condition.- Returns:
- The filter expression to select the component's satisfying condition.
- Default:
- "(osgi.condition.id=true)"
-
-