Annotation Interface HttpWhiteboardFilterPattern
@ComponentPropertyType
@Retention(CLASS)
@Target(TYPE)
@RequireHttpWhiteboard
public @interface HttpWhiteboardFilterPattern
Component Property Type for the
osgi.http.whiteboard.filter.pattern
service property.
This annotation can be used on a Filter
to declare
the value of the
HTTP_WHITEBOARD_FILTER_PATTERN
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 identifying filter patterns.- Returns:
- The filter patterns.
- See Also:
-