Annotation Interface JakartarsName


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

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

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

    Required Elements
    Modifier and Type
    Required Element
    Description
    Service property identifying the name of a Jakarta RESTful Web Services service for processing by the whiteboard.
  • 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 name of a Jakarta RESTful Web Services service for processing by the whiteboard.
      Returns:
      The Jakarta RESTful Web Services whiteboard service name.
      See Also: