Annotation Type HttpWhiteboardTarget


  • @ComponentPropertyType
    @Retention(CLASS)
    @Target(TYPE)
    public @interface HttpWhiteboardTarget
    Component Property Type for the osgi.http.whiteboard.target service property.

    This annotation can be used on a Http Whiteboard service to declare the value of the HTTP_WHITEBOARD_TARGET service property.

    Since:
    1.1
    See Also:
    "Component Property Types"
    • Field Summary

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

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Service property identifying the Http Whiteboard target.
    • 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
        Service property identifying the Http Whiteboard target.
        Returns:
        The Http Whiteboard target filter expression.
        See Also:
        HTTP_WHITEBOARD_TARGET