Annotation Type JaxrsWhiteboardTarget


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

    This annotation can be used on a JAX-RS resource or extension to declare the value of the JaxrsWhiteboardConstants.JAX_RS_WHITEBOARD_TARGET service property.

    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 providing an OSGi filter identifying the whiteboard(s) to which this service should be bound.
    • 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 providing an OSGi filter identifying the whiteboard(s) to which this service should be bound.
        Returns:
        The filter for selecting the whiteboards to bind to.
        See Also:
        JaxrsWhiteboardConstants.JAX_RS_WHITEBOARD_TARGET