Annotation Interface JakartarsExtensionSelect


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

This annotation can be used on a Jakarta RESTful Web Services whiteboard resource or extension to declare the value of the JakartarsWhiteboardConstants.JAKARTA_RS_EXTENSION_SELECT service property.

See Also:
  • "Component Property Types"
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Service property providing one or more OSGi filters identifying the extension(s) or application features which this service requires to work.
  • 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