Annotation Type JaxrsApplicationBase
-
@ComponentPropertyType @Retention(CLASS) @Target(TYPE) @RequireJaxrsWhiteboard public @interface JaxrsApplicationBase
Component Property Type for theosgi.jaxrs.application.base
service property.This annotation can be used on a JAX-RS resource or extension to declare the value of the
JaxrsWhiteboardConstants.JAX_RS_APPLICATION_BASE
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 a base context URI for a JAX-RS whiteboard application.
-
-
-
Element Detail
-
value
java.lang.String value
Service property providing a base context URI for a JAX-RS whiteboard application.- Returns:
- The base URI for this application.
- See Also:
JaxrsWhiteboardConstants.JAX_RS_APPLICATION_BASE
-
-