Annotation Interface JakartarsApplicationBase
@ComponentPropertyType
@Retention(CLASS)
@Target(TYPE)
@RequireJakartarsWhiteboard
public @interface JakartarsApplicationBase
Component Property Type for the
osgi.jakartars.application.base
service property.
This annotation can be used on a Jakarta RESTful Web Services whiteboard
application service to declare the value of the
JakartarsWhiteboardConstants.JAKARTA_RS_APPLICATION_BASE
service
property.
- See Also:
-
- "Component Property Types"
-
Required Element Summary
-
Field Summary
-
Field Details
-
PREFIX_
Prefix for the property name. This value is prepended to each property name.- See Also:
-
-
Element Details
-
value
String valueService property providing a base context URI for a Jakarta RESTful Web Services whiteboard application.- Returns:
- The base URI for this application.
- See Also:
-