@BeanPropertyType @Retention(value=RUNTIME) @Target(value={FIELD,METHOD,TYPE}) public @interface HttpWhiteboardServletAsyncSupported
osgi.http.whiteboard.servlet.asyncSupported
service property.
This annotation can be used on a Servlet
to declare the
value of the
HTTP_WHITEBOARD_SERVLET_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 servlet.
|
public static final String PREFIX_
Copyright © 2019 The Apache Software Foundation. All rights reserved.