Annotation Type 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"
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String PREFIX_
      Prefix for the property name.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      Filter expression to select the component's satisfying condition.
    • Field Detail

      • PREFIX_

        static final java.lang.String PREFIX_
        Prefix for the property name. This value is prepended to each property name.
    • Element Detail

      • value

        java.lang.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)"