Annotation Interface SatisfyingConditionTarget


@ComponentPropertyType @Retention(CLASS) @Target(TYPE) public @interface SatisfyingConditionTarget
Component Property Type for the osgi.ds.satisfying.condition.target reference property.

This annotation can be used on a Component to 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"
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Filter expression to select the component's satisfying condition.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Prefix for the property name.
  • Field Details

    • PREFIX_

      static final String PREFIX_
      Prefix for the property name. This value is prepended to each property name.
      See Also:
  • Element Details

    • 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)"