Package org.eclipse.lsp4j.jsonrpc.services
-
Class Summary Class Description AnnotationUtil EndpointProxy A Proxy that wraps anEndpointin one or more service interfaces, i.e.GenericEndpoint An endpoint that reflectively delegates toJsonNotificationandJsonRequestmethods of one or more given delegate objects.ServiceEndpoints -
Annotation Types Summary Annotation Type Description JsonDelegate A method annotated withJsonDelegateis treated as a delegate method.JsonNotification Annotation to mark a notification method on an interface or class.JsonRequest Annotation to mark a request method on an interface or class.JsonSegment Use on a class or interface to prefix all declaredJsonRequestandJsonNotificationmethods.