Interface AnnotatedService

All Superinterfaces:
HttpService, Service<HttpRequest,HttpResponse>, Unwrappable

@Nullable public interface AnnotatedService extends HttpService
An HttpService which is defined by a Path or HTTP method annotations. This class is designed to provide a common interface and expose as public for Annotated HTTP Service. Please check out the documentation at Annotated HTTP Service to use this.