@BeanPropertyType @Retention(value=RUNTIME) @Target(value={FIELD,METHOD,TYPE}) public @interface HttpWhiteboardFilterAsyncSupported
osgi.http.whiteboard.filter.asyncSupported service property.
This annotation can be used on a Filter to declare the
value of the
HTTP_WHITEBOARD_FILTER_ASYNC_SUPPORTED service property.
| Modifier and Type | Fields and Description |
|---|---|
static String |
PREFIX_
Prefix for the property name.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
asyncSupported
Service property identifying the asynchronous support of a filter.
|
public static final String PREFIX_
Copyright © 2019 The Apache Software Foundation. All rights reserved.