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
Author:
$Id: 232fa54f3260a2e90f7fbb0080b514dc3790c44c $
See Also:
  • "Component Property Types"
  • Required Element Summary

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