???? JaxrsExtensionSelect


@ComponentPropertyType @Retention(CLASS) @Target(TYPE) public @interface JaxrsExtensionSelect
Component Property Type for the osgi.jaxrs.extension.select service property.

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

????:
  • "Component Property Types"
  • ??????

    ????
    ??????
    ?????
    ??
    Service property providing one or more OSGi filters identifying the extension(s) or application features which this service requires to work.
  • ????

    ??
    ??????
    ??
    ??
    static final String
    Prefix for the property name.
  • ??????

    • PREFIX_

      static final String PREFIX_
      Prefix for the property name. This value is prepended to each property name.
      ????:
  • ??????

    • value

      String[] value
      Service property providing one or more OSGi filters identifying the extension(s) or application features which this service requires to work.
      ??:
      The filters for selecting the extensions to require.
      ????: